Commit d2da2be5 authored by Kirill Smelkov's avatar Kirill Smelkov

X Force rebuild *.t programs

This makes sure those programs are always built afresh instead being
stuck at outdated build. This is needed because corresponding test .c
file includes many other .c files and we don't implement dependency
tracking.
parent 4300d88a
......@@ -100,7 +100,7 @@ test.t : $(TESTS:%=%.trun)
#gdb -q -ex run -ex backtrace -ex quit $(XRUN<)
$(XRUN<)
%.t : %.c $(ccan_config)
%.t : %.c $(ccan_config) FORCE
$(LINKC)
# test with AddressSanitizer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment