From b7cfa499b0bd674b59284821e33349726cbc4299 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 5 Dec 2018 12:02:49 +0100 Subject: Add tests. --- test/boostTest.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/boostTest.cpp') 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 #include #include +#include #include #include @@ -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( -- cgit v1.2.3