summaryrefslogtreecommitdiff
path: root/test/MrsWatsonTestMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/MrsWatsonTestMain.h')
-rw-r--r--test/MrsWatsonTestMain.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/MrsWatsonTestMain.h b/test/MrsWatsonTestMain.h
new file mode 100644
index 0000000..8d8e94e
--- /dev/null
+++ b/test/MrsWatsonTestMain.h
@@ -0,0 +1,20 @@
+//
+// TestSuite.h
+// MrsWatson
+//
+// Created by Nik Reiman on 8/9/12.
+// Copyright (c) 2012 Teragon Audio. All rights reserved.
+//
+
+typedef enum {
+ OPTION_TEST_SUITE,
+ OPTION_TEST_NAME,
+ OPTION_TEST_PRINT_TESTS,
+ OPTION_TEST_MRSWATSON_PATH,
+ OPTION_TEST_RESOURCES_PATH,
+ OPTION_TEST_PRINT_ONLY_FAILING,
+ OPTION_TEST_KEEP_FILES,
+ OPTION_TEST_HELP,
+ OPTION_TEST_VERBOSE,
+ NUM_TEST_OPTIONS
+} TestProgramOptionIndex;