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