diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-13 22:34:19 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-14 07:51:17 +0800 |
commit | 6961899cb2a0abd4d236a9a6f2657b4533720484 (patch) | |
tree | 563973384b60fb8e4857683a872c885dac4586e4 /test/boostTest.cpp | |
parent | b4fcce0bde81939c8401ff8ec011850299cd4662 (diff) | |
download | dexon-solidity-6961899cb2a0abd4d236a9a6f2657b4533720484.tar.gz dexon-solidity-6961899cb2a0abd4d236a9a6f2657b4533720484.tar.zst dexon-solidity-6961899cb2a0abd4d236a9a6f2657b4533720484.zip |
Do not build tests for LLL if disabled
Diffstat (limited to 'test/boostTest.cpp')
-rw-r--r-- | test/boostTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/boostTest.cpp b/test/boostTest.cpp index 34eeaec9..5352ef85 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -160,9 +160,11 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) "SolidityAuctionRegistrar", "SolidityFixedFeeRegistrar", "SolidityWallet", +#if HAVE_LLL "LLLERC20", "LLLENS", "LLLEndToEndTest", +#endif "GasMeterTests", "SolidityEndToEndTest", "SolidityOptimizer" |