[build] add features target
This commit is contained in:
parent
be7801f111
commit
89f658862a
12
Makefile.in
12
Makefile.in
@ -94,9 +94,9 @@ test-programs: $(TEST_PROGRAMS)
|
|||||||
|
|
||||||
%.d: %.cc
|
%.d: %.cc
|
||||||
@echo " [DEP] $<"
|
@echo " [DEP] $<"
|
||||||
$(V)$(CXX) -MM -MT $(subst .cc,.o,$<) $(INCLUDES) $(CXXFLAGS) $< > $@.$$$$;\
|
$(CXX) -MM -MT $(subst .cc,.o,$<) $(INCLUDES) $(CXXFLAGS) $< > $@.$$$$;\
|
||||||
$(V)sed 's,\([^ :]*\)\.o[ :]*,\1.o $@ : Makefile ,g' < $@.$$$$ > $@; \
|
sed 's,\([^ :]*\)\.o[ :]*,\1.o $@ : Makefile ,g' < $@.$$$$ > $@; \
|
||||||
$(V)$(RM) $@.$$$$
|
$(RM) $@.$$$$
|
||||||
|
|
||||||
%.o: %.cc
|
%.o: %.cc
|
||||||
@echo " [CXX] $<"
|
@echo " [CXX] $<"
|
||||||
@ -199,3 +199,9 @@ endif
|
|||||||
-include $(subst .cc,.d,$(TEST_SOURCE))
|
-include $(subst .cc,.d,$(TEST_SOURCE))
|
||||||
-include $(subst .cc,.d,$(PROGRAM_SOURCE))
|
-include $(subst .cc,.d,$(PROGRAM_SOURCE))
|
||||||
|
|
||||||
|
.PHONEY: features
|
||||||
|
|
||||||
|
features: thin_check cache_check
|
||||||
|
cucumber --no-color --format progress
|
||||||
|
|
||||||
|
test: features unit-test
|
Loading…
Reference in New Issue
Block a user