Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 11, 2020
1 parent 31b3356 commit b45c9f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/helperlib/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b45c9f5

Please sign in to comment.