diff options
Diffstat (limited to 'mmc_updater/src/tests/TestParseScript.h')
-rw-r--r-- | mmc_updater/src/tests/TestParseScript.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mmc_updater/src/tests/TestParseScript.h b/mmc_updater/src/tests/TestParseScript.h new file mode 100644 index 00000000..528e97a8 --- /dev/null +++ b/mmc_updater/src/tests/TestParseScript.h @@ -0,0 +1,8 @@ +#pragma once + +class TestParseScript +{ + public: + void testParse(); +}; + |