]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/src/tests/Makefile.omk
forb: Convert syncobj test to wvtest style
[frescor/frsh-forb.git] / src / forb / src / tests / Makefile.omk
index a81f8844dfe8240bc5d76f02ed25066feec568ee..d05eadc57499ecd82610f5bf7bf73da6356fed40 100644 (file)
@@ -1,9 +1,10 @@
 SUBDIRS = $(ALL_OMK_SUBDIRS)
 
-test_PROGRAMS += hello_inproc hello_remote test_proto_inet discovery   \
-               syncobj regobjref
+wvtest_PROGRAMS += hello_inproc test_proto_inet discovery syncobj
+
+test_PROGRAMS += hello_remote regobjref executor_id #executor_calls
 ifeq ($(CONFIG_FORB_PROTO_UNIX),y)
-test_PROGRAMS += test_proto_unix
+wvtest_PROGRAMS += test_proto_unix
 endif
 
 wvtest_PROGRAMS += sequence
@@ -44,3 +45,7 @@ test_proto_inet_SOURCES = test_proto_inet.c
 discovery_SOURCES = discovery.c
 
 syncobj_SOURCES = test_syncobj.c
+
+executor_id_SOURCES = executor_id.c
+
+executor_calls_SOURCES = executor_calls.c