summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/all.T
diff options
context:
space:
mode:
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'])
+