diff options
author | benjaminion <ben@edginet.org> | 2017-07-14 18:58:09 +0800 |
---|---|---|
committer | benjaminion <ben@edginet.org> | 2017-07-18 18:16:10 +0800 |
commit | 22f771dd40960bb8fde36a1aaf801c13613d982d (patch) | |
tree | ebbbdaf315341ec6b2c577dc2dd375f6c8e94cd9 /test/boostTest.cpp | |
parent | b61f744dd9c5e954f53deb781c7e408da55dcda1 (diff) | |
download | dexon-solidity-22f771dd40960bb8fde36a1aaf801c13613d982d.tar.gz dexon-solidity-22f771dd40960bb8fde36a1aaf801c13613d982d.tar.zst dexon-solidity-22f771dd40960bb8fde36a1aaf801c13613d982d.zip |
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", |