aboutsummaryrefslogtreecommitdiffstats
path: root/test/boostTest.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-05 19:02:49 +0800
committerchriseth <chris@ethereum.org>2018-12-06 21:43:14 +0800
commitb7cfa499b0bd674b59284821e33349726cbc4299 (patch)
treeb008fb966c8371a47d6610aa4c40ac8afe87ff19 /test/boostTest.cpp
parent3fc118ba21ea2731dff951e65bd103ef5c59b8fd (diff)
downloaddexon-solidity-b7cfa499b0bd674b59284821e33349726cbc4299.tar
dexon-solidity-b7cfa499b0bd674b59284821e33349726cbc4299.tar.gz
dexon-solidity-b7cfa499b0bd674b59284821e33349726cbc4299.tar.bz2
dexon-solidity-b7cfa499b0bd674b59284821e33349726cbc4299.tar.lz
dexon-solidity-b7cfa499b0bd674b59284821e33349726cbc4299.tar.xz
dexon-solidity-b7cfa499b0bd674b59284821e33349726cbc4299.tar.zst
dexon-solidity-b7cfa499b0bd674b59284821e33349726cbc4299.zip
Add tests.
Diffstat (limited to 'test/boostTest.cpp')
-rw-r--r--test/boostTest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/boostTest.cpp b/test/boostTest.cpp
index 7cb0c143..ff443d11 100644
--- a/test/boostTest.cpp
+++ b/test/boostTest.cpp
@@ -40,6 +40,7 @@
#include <test/libsolidity/SyntaxTest.h>
#include <test/libsolidity/SMTCheckerJSONTest.h>
#include <test/libyul/YulOptimizerTest.h>
+#include <test/libyul/ObjectCompilerTest.h>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
@@ -146,6 +147,12 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
"yulOptimizerTests",
yul::test::YulOptimizerTest::create
) > 0, "no Yul Optimizer tests found");
+ solAssert(registerTests(
+ master,
+ dev::test::Options::get().testPath / "libyul",
+ "objectCompiler",
+ yul::test::ObjectCompilerTest::create
+ ) > 0, "no Yul Object compiler tests found");
if (!dev::test::Options::get().disableSMT)
{
solAssert(registerTests(