X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build%2FMakebottom;h=a474614bb2817c9f93e6310c22b347d443a83269;hb=c4bf633211b0424492b5a3937d6a6d2e0d79a4cf;hp=3214cac526069511c327cb21b6d646ee8801c768;hpb=943079dfdd2c6d73a1f2129da6b8d5ffeeae9dc0;p=libucw.git diff --git a/build/Makebottom b/build/Makebottom index 3214cac5..a474614b 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -120,13 +120,13 @@ $(o)/%-tt.o: $(s)/%.c $(o)/autoconf.h # Rules for testing -$(o)/%-t: $(o)/%-tt.o $(LIBSH) +$(o)/%-t: $(o)/%-tt.o $(TESTING_DEPS) $(M)LD-TEST $@ $(Q)$(CC) $(LDFLAGS) -o $@ $(shell $(s)/build/lib-flags $^) $(LIBS) $(o)/%.test: $(s)/%.t $(s)/build/tester $(M)TEST $@ - $(Q)$(s)/build/tester $< && touch $@ + $(Q)$(s)/build/tester --rundir=run $(TESTERFLAGS) $< && touch $@ # Rules for binaries