diff options
Diffstat (limited to 'testsuite/tests/programs/andy_cherry/test.T')
-rw-r--r-- | testsuite/tests/programs/andy_cherry/test.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/programs/andy_cherry/test.T b/testsuite/tests/programs/andy_cherry/test.T index 72508fc423..b1e87ff122 100644 --- a/testsuite/tests/programs/andy_cherry/test.T +++ b/testsuite/tests/programs/andy_cherry/test.T @@ -1,3 +1,4 @@ -test('andy_cherry', [when(fast(), skip), extra_run_opts('.')], +test('andy_cherry', [extra_files(['DataTypes.hs', 'GenUtils.hs', 'Interp.hs', 'InterpUtils.hs', 'Main.hs', 'Parser.hs', 'PrintTEX.hs', 'mygames.pgn']), + when(fast(), skip), extra_run_opts('.')], multimod_compile_and_run, ['Main', '-cpp']) |