diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-18 18:39:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 18:39:26 +0800 |
commit | 43a3129caf113ca16dda6c8d39031e995ae7e56d (patch) | |
tree | 913575de2c249b90429024334ef47185aafe67c9 /test/boostTest.cpp | |
parent | c167a31b17de4e6c24c00c73f3afb2f5c255b1fd (diff) | |
parent | 22f771dd40960bb8fde36a1aaf801c13613d982d (diff) | |
download | dexon-solidity-43a3129caf113ca16dda6c8d39031e995ae7e56d.tar dexon-solidity-43a3129caf113ca16dda6c8d39031e995ae7e56d.tar.gz dexon-solidity-43a3129caf113ca16dda6c8d39031e995ae7e56d.tar.bz2 dexon-solidity-43a3129caf113ca16dda6c8d39031e995ae7e56d.tar.lz dexon-solidity-43a3129caf113ca16dda6c8d39031e995ae7e56d.tar.xz dexon-solidity-43a3129caf113ca16dda6c8d39031e995ae7e56d.tar.zst dexon-solidity-43a3129caf113ca16dda6c8d39031e995ae7e56d.zip |
Merge pull request #2570 from benjaminion/lll-contract-test-ens
LLL: whole contract tests for the ENS Registry.
Diffstat (limited to 'test/boostTest.cpp')
-rw-r--r-- | test/boostTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boostTest.cpp b/test/boostTest.cpp index 0a020187..c2121940 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -50,6 +50,7 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) "SolidityFixedFeeRegistrar", "SolidityWallet", "LLLERC20", + "LLLENS", "LLLEndToEndTest", "GasMeterTests", "SolidityEndToEndTest", |