From b45c9f52178e626d1baaab0d611b9bbeefd4e124 Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Fri, 11 Sep 2020 17:40:38 +0200 Subject: [PATCH] Another try --- tests/helperlib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/helperlib/Makefile.in b/tests/helperlib/Makefile.in index 883d4ab1f..d7f011b73 100644 --- a/tests/helperlib/Makefile.in +++ b/tests/helperlib/Makefile.in @@ -107,7 +107,8 @@ CONNECT_TEST_OBJECTS = connect_test.o \ ### Targets: ### -all: unittest connect_test +all: unittest +#all: unittest connect_test unittest.o: unittest.cpp unittest.h $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c unittest.cpp -o $@ $(EXTRALIBS)