Skip to content

Commit

Permalink
Tests for all input modes in CommandLineParser
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Jul 5, 2021
1 parent 221a7e8 commit de7881c
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ set(libyul_sources
)
detect_stray_source_files("${libyul_sources}" "libyul/")

set(solcli_sources
solc/CommandLineParser.cpp
)
detect_stray_source_files("${solcli_sources}" "solc/")

set(yul_phaser_sources
yulPhaser/TestHelpers.h
yulPhaser/TestHelpers.cpp
Expand Down Expand Up @@ -177,9 +182,10 @@ add_executable(soltest ${sources}
${libyul_sources}
${libsolidity_sources}
${libsolidity_util_sources}
${solcli_sources}
${yul_phaser_sources}
)
target_link_libraries(soltest PRIVATE libsolc yul solidity smtutil solutil phaser Boost::boost yulInterpreter evmasm Boost::filesystem Boost::program_options Boost::unit_test_framework evmc)
target_link_libraries(soltest PRIVATE solcli libsolc yul solidity smtutil solutil phaser Boost::boost yulInterpreter evmasm Boost::filesystem Boost::program_options Boost::unit_test_framework evmc)


# Special compilation flag for Visual Studio (version 2019 at least affected)
Expand Down
Loading

0 comments on commit de7881c

Please sign in to comment.