aboutsummaryrefslogtreecommitdiffstats
path: root/test/TestHelper.h
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-03-07 03:45:34 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-03-13 18:20:11 +0800
commit49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1 (patch)
tree5ed183d69280b4f2c561af4e2169a304f7362ddd /test/TestHelper.h
parentf2614be95f71a274db3c172661726dd007e90cf7 (diff)
downloaddexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar.gz
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar.zst
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.zip
Infrastructure for extracting syntax tests in separate test files.
Diffstat (limited to 'test/TestHelper.h')
-rw-r--r--test/TestHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TestHelper.h b/test/TestHelper.h
index 8c2eec36..9c61be3b 100644
--- a/test/TestHelper.h
+++ b/test/TestHelper.h
@@ -35,6 +35,7 @@ namespace test
struct Options: boost::noncopyable
{
std::string ipcPath;
+ std::string testPath;
bool showMessages = false;
bool optimize = false;
bool disableIPC = false;