]> mj.ucw.cz Git - libucw.git/blobdiff - build/Makebottom
bgetl() should return uns instead of u32
[libucw.git] / build / Makebottom
index 3214cac526069511c327cb21b6d646ee8801c768..a474614bb2817c9f93e6310c22b347d443a83269 100644 (file)
@@ -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