diff options
author | benjaminion <ben@edginet.org> | 2017-07-12 02:59:13 +0800 |
---|---|---|
committer | benjaminion <ben@edginet.org> | 2017-07-14 15:27:50 +0800 |
commit | 3220ad08382c94e000f80fbee307ea34059b5785 (patch) | |
tree | ce05cb6d80c2b7d1d26f731f57092c41111f2cf7 /test/boostTest.cpp | |
parent | 757c500bda9a32cccc86e1ab24da31a99c0e6eac (diff) | |
download | dexon-solidity-3220ad08382c94e000f80fbee307ea34059b5785.tar.gz dexon-solidity-3220ad08382c94e000f80fbee307ea34059b5785.tar.zst dexon-solidity-3220ad08382c94e000f80fbee307ea34059b5785.zip |
LLL: whole contract tests for ERC20 token.
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 6fc1c925..0a020187 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -49,6 +49,7 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) "SolidityAuctionRegistrar", "SolidityFixedFeeRegistrar", "SolidityWallet", + "LLLERC20", "LLLEndToEndTest", "GasMeterTests", "SolidityEndToEndTest", |