commit a62322619e54179eb487e0b8404329e7dfb643cb
parent e1735fbc05662872732622dc2b7d926b23644577
Author: cfillion <cfillion@users.noreply.github.com>
Date: Wed, 16 Dec 2015 02:32:34 -0500
fix how test helpers are build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Tupfile b/Tupfile
@@ -11,5 +11,5 @@ include @(TUP_PLATFORM).tup
: build/*.o | $(LINKDEPS) |> !link $(SOFLAGS) |> $(SOTARGET)
: foreach test/*.cpp |> !build -Isrc |> build/test/%B.o
-: test/helper/*.cpp |> !build -Isrc |> build/test/helper_%B.o
+: foreach test/helper/*.cpp |> !build -Isrc |> build/test/helper_%B.o
: build/*.o build/test/*.o | $(LINKDEPS) |> !link $(TSFLAGS) |> $(TSTARGET)