From 65994833042390061bfd8af58806f7ddcf4034c4 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Sat, 22 Jun 2019 09:47:57 +0300 Subject: [PATCH] test 104: fix out-of-tree build+test This was broken, and now works again: mkdir build && cd build && ../configure && make && make test --- tests/tests2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 624dbd3a..c88aff23 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -57,7 +57,7 @@ GEN-ALWAYS = 95_bitfields_ms.test : GEN = $(GEN-MSC) # this test compiles/links two files: -104_inline.test : FLAGS += 104+_inline.c +104_inline.test : FLAGS += $(SRC)/104+_inline.c 104_inline.test : GEN = $(GEN-TCC) # Filter source directory in warnings/errors (out-of-tree builds)