diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 16:16:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 16:16:59 -0800 |
commit | 8e7d56453f584c3be3b1aca0f642a94278afc466 (patch) | |
tree | 448ef0ac60686ba6621b253d3f16b03cf247a401 /tests/runner.py | |
parent | ad34dff9ae485eafab64d68a61a193f82f3b1988 (diff) |
initial prep for emcc by default
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()): |