]> rtime.felk.cvut.cz Git - frescor/frsh.git/commitdiff
Rename fres test binaries to have more unique names
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 23 Jun 2010 15:33:44 +0000 (17:33 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 23 Jun 2010 15:33:44 +0000 (17:33 +0200)
fres/contract/tests/Makefile.omk

index f22489aeda7f46b92cbe498df92c1656831ba42e..2ff110d1745c156f80c51c09b15db4c388639221 100644 (file)
@@ -1,8 +1,8 @@
-wvtest_PROGRAMS:=$(basename $(notdir $(wildcard $(SOURCES_DIR)/*.c)))
+wvtest_PROGRAMS:=$(addprefix fres-,$(basename $(notdir $(wildcard $(SOURCES_DIR)/*.c))))
 
 CFLAGS += -DWVTEST_CONFIGURED
 
 $(foreach t,$(wvtest_PROGRAMS),\
-$(eval $(t)_SOURCES = $(t).c)\
+$(eval $(t)_SOURCES = $(t:fres-%=%).c)\
 $(eval $(t)_LIBS = fosa m contract rt forb ulut wvtest)\
 )