]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/Makefile
RTEMS rules: provide support to build application with symbols exported.
[omk.git] / tests / Makefile
index 748b82abeaebfc64c0582ac3213e6d400916d665..c1a67b1d3d8d19d367f52c59b6cfa7dd65daf358 100644 (file)
@@ -1,5 +1,5 @@
 wvtest_SCRIPTS = get_var.sh bin_scripts.sh all_omk_subdirs-recurs-expanded \
-all_omk_subdirs-simply-expanded automatic_subdirs cmetric              \
+all_omk_subdirs-simply-expanded automatic_subdirs clean cmetric                \
 default-config extra_rules_subdirs header-files headers-generated      \
 headers-generated-default-cflags headers-nonexisting hooks             \
 idl ignore_errors includes invocation_dir libraries no-print-directory \
@@ -12,7 +12,7 @@ subdirs_first-force-subdir use_leaf_makefiles vxworks whole_tree omkize
 RULES=$(shell cd ../rules; ls)
 
 all test:
-       ./wvtestrun $(MAKE) wvtest
+       ./wvtool run $(MAKE) wvtest
 
 ALL_TESTS = $(foreach rule,$(RULES),$(foreach script,$(wvtest_SCRIPTS),$(rule)/$(script)))
 
@@ -20,4 +20,4 @@ ALL_TESTS = $(foreach rule,$(RULES),$(foreach script,$(wvtest_SCRIPTS),$(rule)/$
 wvtest: $(ALL_TESTS)
 
 $(ALL_TESTS):
-       LC_ALL=C OMK_RULES=$(patsubst %/,%,$(dir $@)) ./$(notdir $@)
+       -LC_ALL=C OMK_RULES=$(patsubst %/,%,$(dir $@)) ./$(notdir $@)