diff options
Diffstat (limited to 'testsuite/tests/programs/andy_cherry/test.T')
-rw-r--r-- | testsuite/tests/programs/andy_cherry/test.T | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/programs/andy_cherry/test.T b/testsuite/tests/programs/andy_cherry/test.T new file mode 100644 index 0000000000..4d14ee306e --- /dev/null +++ b/testsuite/tests/programs/andy_cherry/test.T @@ -0,0 +1,14 @@ + +test('andy_cherry', + [skip_if_fast, + extra_clean(['DataTypes.hi', 'DataTypes.o', + 'GenUtils.hi', 'GenUtils.o', + 'Interp.hi', 'Interp.o', + 'InterpUtils.hi', 'InterpUtils.o', + 'Main.hi', 'Main.o', + 'Parser.hi', 'Parser.o', + 'PrintTEX.hi', 'PrintTEX.o']), + extra_run_opts('.')], + multimod_compile_and_run, + ['Main', '-cpp']) + |