summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-04-29 13:21:42 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-04-29 13:21:42 +0000
commit69114fecce8a5b072bc19993757476087505f7b5 (patch)
tree934dff1feca06d2d6e2f6a517a5dba1c8b6d3b16
parente3659d5b1bc588231ec3ffcbadad1c84db5631c0 (diff)
Ajout test IO.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@767 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/threads/Tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/threads/Tests/Makefile b/otherlibs/threads/Tests/Makefile
index 44ba2fa73..2c8668cf2 100644
--- a/otherlibs/threads/Tests/Makefile
+++ b/otherlibs/threads/Tests/Makefile
@@ -1,4 +1,4 @@
-PROGS=test1.byt test2.byt test3.byt test4.byt test5.byt test6.byt test7.byt test8.byt test9.byt testA.byt sieve.byt
+PROGS=test1.byt test2.byt test3.byt test4.byt test5.byt test6.byt test7.byt test8.byt test9.byt testA.byt sieve.byt io.byt
include ../../../config/Makefile
@@ -13,6 +13,6 @@ sorts.byt: sorts.ml
.SUFFIXES: .ml .byt
.ml.byt:
- cslc -custom -o $*.byt -I .. threads.cma $*.ml ../libthreads.a
+ cslc -custom -o $*.byt -I .. -I ../../unix unix.cma threads.cma $*.ml ../libthreads.a ../../unix/libunix.a
$(PROGS): ../threads.cma ../libthreads.a