diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index c8f23237..ccca1e50 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4870,6 +4870,10 @@ TT = %s del T # T is just a shape for the specific subclasses, we don't test it itself class other(RunnerCore): + def test_reminder(self): + raise Exception('''Fix emmaken.py and emconfiguren.py, they should work but mention they are deprecated + Test emconfigure.''') + def test_emcc(self): def clear(): for name in os.listdir(self.get_dir()): |