diff options
Diffstat (limited to 'mmc_updater/src/tests/TestUpdateScript.h')
-rw-r--r-- | mmc_updater/src/tests/TestUpdateScript.h | 9 |
1 files changed, 9 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..fd0994fe --- /dev/null +++ b/mmc_updater/src/tests/TestUpdateScript.h @@ -0,0 +1,9 @@ +#pragma once + +class TestUpdateScript +{ + public: + void testV2Script(); + void testPermissions(); +}; + |