mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
fix up tests again
This commit is contained in:
parent
01e863a7cc
commit
6db0f55e66
1 changed files with 2 additions and 2 deletions
|
@ -66,12 +66,12 @@ $(OBJDIR)/%.o : %.cc
|
|||
@$(SED) -e 's/.*://' -e 's/\\$$//' < $(DEPDIR)/$*.d.tmp | fmt -1 | \
|
||||
$(SED) -e 's/^ *//' -e 's/$$/:/' >> $(DEPDIR)/.$*.d;
|
||||
@rm -f $(DEPDIR)/$*.d.tmp
|
||||
$(CXX) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $<
|
||||
@$(CXX) $(CFLAGS) $(TARCH) $(INCLUDES) -o $@ $<
|
||||
|
||||
$(top_builddir)/gtest-main: $(patsubst %.cc,$(OBJDIR)/%.o,$(gtestsrc)) \
|
||||
$(patsubst %.cpp,$(OBJDIR)/%.o,$(testsrc))
|
||||
@echo "Linking $@"
|
||||
$(LD) $(LDFLAGS) $(TARCH) -o $@ $+ $(LIBS) -pthread
|
||||
@$(LD) $(LDFLAGS) $(TARCH) -o $@ $+ $(LIBS) -pthread
|
||||
|
||||
test: $(top_builddir)/gtest-main
|
||||
$(top_builddir)/gtest-main
|
||||
|
|
Loading…
Add table
Reference in a new issue