Commit e7cea028 authored by Kirill Smelkov's avatar Kirill Smelkov

build: Force rebuild *.t programs

This makes sure that 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 fe369d32
# Wendelin.core | Instructions to build & test
# Copyright (C) 2014-2019 Nexedi SA and Contributors.
# Copyright (C) 2014-2021 Nexedi SA and Contributors.
# Kirill Smelkov <kirr@nexedi.com>
#
# This program is free software: you can Use, Study, Modify and Redistribute
......@@ -94,7 +94,7 @@ test.t : $(TESTS:%=%.trun)
%.trun : %.t
$(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