aboutsummaryrefslogtreecommitdiffstats
path: root/test/boostTest.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-06 23:47:18 +0800
committerGitHub <noreply@github.com>2018-12-06 23:47:18 +0800
commite1e578d71e22577dc7313214143b81aa24f5ebab (patch)
treeb008fb966c8371a47d6610aa4c40ac8afe87ff19 /test/boostTest.cpp
parent0e8841005ca7bf93545a1bc76bd8fa0ed67cb32d (diff)
parentb7cfa499b0bd674b59284821e33349726cbc4299 (diff)
downloaddexon-solidity-e1e578d71e22577dc7313214143b81aa24f5ebab.tar
dexon-solidity-e1e578d71e22577dc7313214143b81aa24f5ebab.tar.gz
dexon-solidity-e1e578d71e22577dc7313214143b81aa24f5ebab.tar.bz2
dexon-solidity-e1e578d71e22577dc7313214143b81aa24f5ebab.tar.lz
dexon-solidity-e1e578d71e22577dc7313214143b81aa24f5ebab.tar.xz
dexon-solidity-e1e578d71e22577dc7313214143b81aa24f5ebab.tar.zst
dexon-solidity-e1e578d71e22577dc7313214143b81aa24f5ebab.zip
Merge pull request #5589 from ethereum/yulObjectCodegen
Yul object codegen
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(