| ... |
... |
@@ -8,13 +8,28 @@ mkdir -p ${outdir} |
|
8
|
8
|
cp -a . ${outdir}
|
|
9
|
9
|
cd ${outdir}
|
|
10
|
10
|
|
|
11
|
|
-# Many tests depend on the "spawn" library which is not packaged in
|
|
12
|
|
-# Debian at the moment; remove them for now.
|
|
13
|
|
-rm -rf test/expect-tests
|
|
14
|
|
-rm -rf test/blackbox-tests/test-cases
|
|
15
|
|
-rm -rf otherlibs/stdune/test
|
|
16
|
|
-rm -rf otherlibs/chrome-trace/test
|
|
17
|
|
-rm -rf src/fiber/test
|
|
|
11
|
+# Tests that need melc
|
|
|
12
|
+rm -rf test/blackbox-tests/test-cases/melange
|
|
|
13
|
+rm -rf test/blackbox-tests/test-cases/merlin
|
|
|
14
|
+
|
|
|
15
|
+# Tests that need files in /usr/doc
|
|
|
16
|
+rm -rf test/blackbox-tests/test-cases/cinaps
|
|
|
17
|
+rm -rf test/blackbox-tests/test-cases/inline_tests
|
|
|
18
|
+rm -rf test/blackbox-tests/test-cases/ppx
|
|
|
19
|
+rm -rf test/blackbox-tests/test-cases/utop
|
|
|
20
|
+rm -rf test/blackbox-tests/test-cases/jsoo
|
|
|
21
|
+rm -rf test/blackbox-tests/test-cases/cinaps
|
|
|
22
|
+rm -rf test/blackbox-tests/test-cases/mdx-stanza
|
|
|
23
|
+rm -rf test/blackbox-tests/test-cases/ctypes
|
|
|
24
|
+
|
|
|
25
|
+# Tests with other unsatisfied assumptions
|
|
|
26
|
+rm -rf test/blackbox-tests/test-cases/custom-cross-compilation
|
|
|
27
|
+rm -rf test/blackbox-tests/test-cases/subst
|
|
|
28
|
+rm -rf test/blackbox-tests/test-cases/pkg
|
|
|
29
|
+rm -rf test/blackbox-tests/test-cases/os-variables.t
|
|
|
30
|
+rm -rf test/blackbox-tests/test-cases/cram
|
|
|
31
|
+rm -rf test/blackbox-tests/test-cases/actions
|
|
|
32
|
+rm -rf test/expect-tests/vcs
|
|
18
|
33
|
|
|
19
|
34
|
# Other tests assume a native architecture
|
|
20
|
35
|
if ! command -v ocamlopt > /dev/null; then
|