]> 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 e079c1448a244ca591da8d09475d384ff236bfd1..1979427921a2942859098dc8d334a695df1dc4d4 100644 (file)
@@ -1,12 +1,19 @@
 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
 
-CFLAGS += -DTEST
+wvtest_PROGRAMS += sequence
+sequence_SOURCES = sequence.c
+sequence_CLIENT_IDL = sequence.idl
+sequence_LIBS = wvtest
+
+CFLAGS += -DTEST -DWVTEST_CONFIGURED
+INCLUDES += -I.
 
 lib_LOADLIBES = forb ulut fosa rt
 
@@ -38,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