aboutsummaryrefslogtreecommitdiffstats
path: root/test/boostTest.cpp
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-14 16:50:09 +0800
committerGitHub <noreply@github.com>2017-07-14 16:50:09 +0800
commit7c97546f44dae5b3996678d69f25b9da1a4eb2ab (patch)
treec65b769d37067551ad4550c2871f4ec020ec7e4e /test/boostTest.cpp
parent556ddd0f381f532d322758e3e00485055e7d1ed0 (diff)
parent3220ad08382c94e000f80fbee307ea34059b5785 (diff)
downloaddexon-solidity-7c97546f44dae5b3996678d69f25b9da1a4eb2ab.tar
dexon-solidity-7c97546f44dae5b3996678d69f25b9da1a4eb2ab.tar.gz
dexon-solidity-7c97546f44dae5b3996678d69f25b9da1a4eb2ab.tar.bz2
dexon-solidity-7c97546f44dae5b3996678d69f25b9da1a4eb2ab.tar.lz
dexon-solidity-7c97546f44dae5b3996678d69f25b9da1a4eb2ab.tar.xz
dexon-solidity-7c97546f44dae5b3996678d69f25b9da1a4eb2ab.tar.zst
dexon-solidity-7c97546f44dae5b3996678d69f25b9da1a4eb2ab.zip
Merge pull request #2559 from benjaminion/lll-contract-test-erc20
LLL: whole contract tests for ERC20 token.
Diffstat (limited to 'test/boostTest.cpp')
-rw-r--r--test/boostTest.cpp1
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",