summaryrefslogtreecommitdiff
path: root/testsuite/tests/layout/all.T
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-07-20 11:09:03 -0700
committerDavid Terei <davidterei@gmail.com>2011-07-20 11:26:35 -0700
commit16514f272fb42af6e9c7674a9bd6c9dce369231f (patch)
treee4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/layout/all.T
parentebd422aed41048476aa61dd4c520d43becd78682 (diff)
downloadhaskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/layout/all.T')
-rw-r--r--testsuite/tests/layout/all.T57
1 files changed, 57 insertions, 0 deletions
diff --git a/testsuite/tests/layout/all.T b/testsuite/tests/layout/all.T
new file mode 100644
index 0000000000..026ad465a0
--- /dev/null
+++ b/testsuite/tests/layout/all.T
@@ -0,0 +1,57 @@
+
+test('layout001',
+ [extra_clean(['layout001.hi', 'layout001.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout001'])
+
+test('layout002',
+ [extra_clean(['layout002.hi', 'layout002.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout002'])
+
+test('layout003',
+ [extra_clean(['layout003.hi', 'layout003.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout003'])
+
+test('layout004',
+ [extra_clean(['layout004.hi', 'layout004.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout004'])
+
+test('layout005',
+ [extra_clean(['layout005.hi', 'layout005.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout005'])
+
+test('layout006',
+ [extra_clean(['layout006.hi', 'layout006.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout006'])
+
+test('layout007',
+ [req_interp,
+ extra_clean(['layout007.hi', 'layout007.o']),
+ only_compiler_types(['ghc']),
+ if_compiler_profiled(skip)],
+ run_command,
+ ['$MAKE -s --no-print-directory layout007'])
+
+test('layout008',
+ [extra_clean(['layout008.hi', 'layout008.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout008'])
+
+test('layout009',
+ [extra_clean(['layout009.hi', 'layout009.o']),
+ only_compiler_types(['ghc'])],
+ run_command,
+ ['$MAKE -s --no-print-directory layout009'])
+