test: Rename test/TestHelper.* to test/Options.* and add Options::validate().

This commit is contained in:
Daniel Kirchner
2018-03-14 12:04:04 +01:00
parent a5d9b05acb
commit d63d41b3b5
33 changed files with 51 additions and 39 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
* Tests for the json ast output.
*/
#include <test/TestHelper.h>
#include <test/Options.h>
#include <libsolidity/interface/Exceptions.h>
#include <libsolidity/interface/CompilerStack.h>