aboutsummaryrefslogtreecommitdiffstats
path: root/test/liblll
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-03-14 19:04:04 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-03-14 19:04:04 +0800
commitd63d41b3b545b0e13e2ee7f880120b2ba852c654 (patch)
tree23f911d4dc777bb44d7d7f54993b048ba323861a /test/liblll
parenta5d9b05acbcbfadeb4c956f70db6f24cf226ed46 (diff)
downloaddexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.gz
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.zst
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.zip
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
Diffstat (limited to 'test/liblll')
-rw-r--r--test/liblll/Compiler.cpp2
-rw-r--r--test/liblll/EndToEndTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/liblll/Compiler.cpp b/test/liblll/Compiler.cpp
index 6c6eae3f..ebdea185 100644
--- a/test/liblll/Compiler.cpp
+++ b/test/liblll/Compiler.cpp
@@ -20,7 +20,7 @@
* Unit tests for the LLL compiler.
*/
-#include <test/TestHelper.h>
+#include <test/Options.h>
#include <libdevcore/FixedHash.h>
diff --git a/test/liblll/EndToEndTest.cpp b/test/liblll/EndToEndTest.cpp
index e5e70cf8..fd8099f2 100644
--- a/test/liblll/EndToEndTest.cpp
+++ b/test/liblll/EndToEndTest.cpp
@@ -21,7 +21,7 @@
*/
#include <test/liblll/ExecutionFramework.h>
-#include <test/TestHelper.h>
+#include <test/Options.h>
#include <boost/test/unit_test.hpp>