summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-04-29 16:11:13 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-04-29 16:11:13 +0000
commit521aa9acbcfe94e4984e6e2a9d27e3614ef8e71c (patch)
tree8e33fbf2dfe4c6b01ce2a9582937b2b943d30cc3
parent041ba4a44d22ad5c75bda8d27e0a2f1be761e042 (diff)
Ajoute testio et testsocket.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@777 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/threads/Tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/threads/Tests/Makefile b/otherlibs/threads/Tests/Makefile
index 2c8668cf2..a29e66c71 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 io.byt
+PROGS=test1.byt test2.byt test3.byt test4.byt test5.byt test6.byt test7.byt test8.byt test9.byt testA.byt sieve.byt testio.byt testsocket.byt
include ../../../config/Makefile