Test opti

This commit is contained in:
2025-10-20 14:33:31 +02:00
parent 06b1f2df82
commit c2613ad69b
25 changed files with 34979 additions and 28825 deletions

View File

@@ -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