summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/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/dynlibs/all.T
parentebd422aed41048476aa61dd4c520d43becd78682 (diff)
downloadhaskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/dynlibs/all.T')
-rw-r--r--testsuite/tests/dynlibs/all.T21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuite/tests/dynlibs/all.T b/testsuite/tests/dynlibs/all.T
new file mode 100644
index 0000000000..2ed477255b
--- /dev/null
+++ b/testsuite/tests/dynlibs/all.T
@@ -0,0 +1,21 @@
+
+test('T3807',
+ [extra_clean(['T3807Export_stub.c', 'T3807Export_stub.h',
+ 'T3807Export_stub.o',
+ 'T3807Export.o', 'T3807Export.hi',
+ 'T3807-export.o', 'T3807-load.o',
+ 'T3807test.so',
+ 'T3807-load']),
+ if_os('mingw32', skip),
+ if_os('darwin', expect_broken(4264))],
+ run_command,
+ ['$MAKE --no-print-directory -s T3807'])
+
+test('T4464',
+ [extra_clean(['T4464B.o', 'T4464C.o', 'T4464H.hi', 'T4464H.o',
+ 'T4464H_stub.c', 'T4464H_stub.h', 'T4464H_stub.o',
+ 'HS4464.dll', 'HS4464.dll.a', 't4464.exe']),
+ unless_os('mingw32', skip)],
+ run_command,
+ ['$MAKE --no-print-directory -s T4464'])
+