diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
| commit | d53fa8a169832563c62262078b8d2ffe5cab8473 (patch) | |
| tree | b911d06d357d009c976709780f10e92ce915228a /test/MrsWatsonTestMain.h | |
first
Diffstat (limited to 'test/MrsWatsonTestMain.h')
| -rw-r--r-- | test/MrsWatsonTestMain.h | 20 |
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; |
