From 3220ad08382c94e000f80fbee307ea34059b5785 Mon Sep 17 00:00:00 2001 From: benjaminion Date: Tue, 11 Jul 2017 19:59:13 +0100 Subject: LLL: whole contract tests for ERC20 token. --- test/boostTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/boostTest.cpp') 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", -- cgit v1.2.3 From 22f771dd40960bb8fde36a1aaf801c13613d982d Mon Sep 17 00:00:00 2001 From: benjaminion Date: Fri, 14 Jul 2017 11:58:09 +0100 Subject: LLL: whole contract tests for the ENS Registry. --- test/boostTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/boostTest.cpp') 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", -- cgit v1.2.3