Test opti
This commit is contained in:
14
Makefile
14
Makefile
@@ -165,6 +165,19 @@ test_json/fast:
|
||||
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_json.dir/build.make test/CMakeFiles/test_json.dir/build
|
||||
.PHONY : test_json/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named test_optim
|
||||
|
||||
# Build rule for target.
|
||||
test_optim: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_optim
|
||||
.PHONY : test_optim
|
||||
|
||||
# fast build rule for target.
|
||||
test_optim/fast:
|
||||
$(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/build
|
||||
.PHONY : test_optim/fast
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@@ -176,6 +189,7 @@ help:
|
||||
@echo "... test"
|
||||
@echo "... factory_core"
|
||||
@echo "... test_json"
|
||||
@echo "... test_optim"
|
||||
@echo "... test_simple"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
Reference in New Issue
Block a user