]> rtime.felk.cvut.cz Git - frescor/forb.git/blobdiff - src/tests/Makefile.omk
forb: Regref test converted to wvtest style
[frescor/forb.git] / src / tests / Makefile.omk
index a81f8844dfe8240bc5d76f02ed25066feec568ee..1979427921a2942859098dc8d334a695df1dc4d4 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 regobjref
+
+test_PROGRAMS += hello_remote  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