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

@@ -154,6 +154,20 @@ test_json/fast:
cd /home/lj50/Univ/M2/Modelisation_problemes/simulation && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_json.dir/build.make test/CMakeFiles/test_json.dir/build
.PHONY : test_json/fast
# Convenience name for target.
test/CMakeFiles/test_optim.dir/rule:
cd /home/lj50/Univ/M2/Modelisation_problemes/simulation && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/test_optim.dir/rule
.PHONY : test/CMakeFiles/test_optim.dir/rule
# Convenience name for target.
test_optim: test/CMakeFiles/test_optim.dir/rule
.PHONY : test_optim
# fast build rule for target.
test_optim/fast:
cd /home/lj50/Univ/M2/Modelisation_problemes/simulation && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/build
.PHONY : test_optim/fast
test_json.o: test_json.cpp.o
.PHONY : test_json.o
@@ -178,6 +192,30 @@ test_json.cpp.s:
cd /home/lj50/Univ/M2/Modelisation_problemes/simulation && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_json.dir/build.make test/CMakeFiles/test_json.dir/test_json.cpp.s
.PHONY : test_json.cpp.s
test_optim.o: test_optim.cpp.o
.PHONY : test_optim.o
# target to build an object file
test_optim.cpp.o:
cd /home/lj50/Univ/M2/Modelisation_problemes/simulation && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/test_optim.cpp.o
.PHONY : test_optim.cpp.o
test_optim.i: test_optim.cpp.i
.PHONY : test_optim.i
# target to preprocess a source file
test_optim.cpp.i:
cd /home/lj50/Univ/M2/Modelisation_problemes/simulation && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/test_optim.cpp.i
.PHONY : test_optim.cpp.i
test_optim.s: test_optim.cpp.s
.PHONY : test_optim.s
# target to generate assembly for a file
test_optim.cpp.s:
cd /home/lj50/Univ/M2/Modelisation_problemes/simulation && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/test_optim.dir/build.make test/CMakeFiles/test_optim.dir/test_optim.cpp.s
.PHONY : test_optim.cpp.s
test_simple.o: test_simple.cpp.o
.PHONY : test_simple.o
@@ -212,10 +250,14 @@ help:
@echo "... rebuild_cache"
@echo "... test"
@echo "... test_json"
@echo "... test_optim"
@echo "... test_simple"
@echo "... test_json.o"
@echo "... test_json.i"
@echo "... test_json.s"
@echo "... test_optim.o"
@echo "... test_optim.i"
@echo "... test_optim.s"
@echo "... test_simple.o"
@echo "... test_simple.i"
@echo "... test_simple.s"