summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/natdynlink/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/natdynlink/Makefile b/test/natdynlink/Makefile
index 492a17a19..9ab9f039d 100644
--- a/test/natdynlink/Makefile
+++ b/test/natdynlink/Makefile
@@ -79,5 +79,8 @@ mylib.cmxa: plugin.cmx plugin2.cmx
factorial.$(O): factorial.c
$(CAMLOPT) -c -ccopt "$(SHAREDCCCOMPOPTS)" factorial.c
-demo: all
+demo_win: all
./main ../../otherlibs/win32unix/unix.cmxs ../../otherlibs/systhreads/threads.cmxs plugin_thread.so
+
+demo_unix: all
+ ./main ../../otherlibs/unix/unix.cmxs ../../otherlibs/systhreads/threads.cmxs plugin_thread.so