diff options
Diffstat (limited to 'testsuite/tests/programs/thurston-modular-arith/test.T')
-rw-r--r-- | testsuite/tests/programs/thurston-modular-arith/test.T | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/programs/thurston-modular-arith/test.T b/testsuite/tests/programs/thurston-modular-arith/test.T new file mode 100644 index 0000000000..812fb07ba0 --- /dev/null +++ b/testsuite/tests/programs/thurston-modular-arith/test.T @@ -0,0 +1,8 @@ +# uses GHC-specific scoped type variables +test('thurston-modular-arith', + [skip_if_fast, + extra_clean(['Main.hi', 'Main.o', 'TypeVal.hi', 'TypeVal.o']), + only_compiler_types(['ghc'])], + multimod_compile_and_run, + ['Main', '']) + |