diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 14 | 
1 files changed, 3 insertions, 11 deletions
diff --git a/tests/Makefile b/tests/Makefile index f3ec6c8..44c884a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,15 +11,13 @@ CXXFLAGS+=--coverage  LDFLAGS+=--coverage  endif -UNITS=storage.cpp config.cpp compiledsql.cpp qrcode.cpp whiteboard.cpp connectionregistry.cpp diff.cpp +UNITS=storage.cpp config.cpp compiledsql.cpp webchat.cpp connectionregistry.cpp  UNITTESTS=test-config.cpp \  	  test-storage.cpp \  	  test-connectionregistry.cpp \  	  test-compiledsql.cpp \ -	  test-qrcode.cpp \ -	  test-whiteboard.cpp \ -	  test-diff.cpp +	  test-webchat.cpp  CXXFLAGS+=\           -I/usr/src/googletest/googletest/include \ @@ -54,19 +52,13 @@ config.o: ../config.cpp  connectionregistry.o: ../connectionregistry.cpp  	$(CXX) $(CXXFLAGS) -o $@ -c $< -diff.o: ../diff.cpp -	$(CXX) $(CXXFLAGS) -o $@ -c $< -  storage.o: ../storage.cpp  	$(CXX) $(CXXFLAGS) -o $@ -c $<  compiledsql.o: ../compiledsql.cpp  	$(CXX) $(CXXFLAGS) -o $@ -c $< -whiteboard.o: ../whiteboard.cpp -	$(CXX) $(CXXFLAGS) -o $@ -c $< - -qrcode.o: ../qrcode.cpp +webchat.o: ../webchat.cpp  	$(CXX) $(CXXFLAGS) -o $@ -c $<  libgmock.a:  | 
