diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-11-16 13:04:07 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-11-16 14:51:59 +0000 |
commit | 52678794eebd6da9e17fe7eb743ded4e544f04f0 (patch) | |
tree | 909f1548716e4de325fcfa9e5832864c3968f0c8 /testsuite/tests/dynlibs | |
parent | 8affaea71857efa5d25870d825d5621fce4756c2 (diff) | |
download | haskell-52678794eebd6da9e17fe7eb743ded4e544f04f0.tar.gz |
add req_shared_libs and use it
Diffstat (limited to 'testsuite/tests/dynlibs')
-rw-r--r-- | testsuite/tests/dynlibs/all.T | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/dynlibs/all.T b/testsuite/tests/dynlibs/all.T index cb39476263..2877c50e19 100644 --- a/testsuite/tests/dynlibs/all.T +++ b/testsuite/tests/dynlibs/all.T @@ -1,6 +1,7 @@ test('T3807', - [extra_clean(['T3807Export_stub.c', 'T3807Export_stub.h', + [req_shared_libs, + extra_clean(['T3807Export_stub.c', 'T3807Export_stub.h', 'T3807Export_stub.o', 'T3807Export.o', 'T3807Export.hi', 'T3807-export.o', 'T3807-load.o', @@ -11,7 +12,8 @@ test('T3807', ['$MAKE --no-print-directory -s T3807']) test('T4464', - [extra_clean(['T4464B.o', 'T4464C.o', 'T4464H.hi', 'T4464H.o', + [req_shared_libs, + 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)], @@ -19,7 +21,8 @@ test('T4464', ['$MAKE --no-print-directory -s T4464']) test('T5373', - [extra_clean(['T5373A.hi', 'T5373B.hi', 'T5373C.hi', 'T5373D.hi', + [req_shared_libs, + extra_clean(['T5373A.hi', 'T5373B.hi', 'T5373C.hi', 'T5373D.hi', 'T5373A.o', 'T5373B.o', 'T5373C.o', 'T5373D.o', 'T5373A', 'T5373B', 'T5373C', 'T5373D', 'T5373A.exe', 'T5373B.exe', 'T5373C.exe', 'T5373D.exe']) |