Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the surf tesh tests with the other models' ones
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 18 Feb 2023 16:59:53 +0000 (17:59 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 18 Feb 2023 17:07:03 +0000 (18:07 +0100)
commit0b17dd5e179f8d30e76445c121d88c0a0df24c2b
tree0acf2c39643471d335978960f71cc15321ed6d09
parentca872ab0261ab065c0ebce1a4c9fcf96856efb76
Move the surf tesh tests with the other models' ones
17 files changed:
.gitignore
teshsuite/models/CMakeLists.txt
teshsuite/models/core_usage/core_usage.cpp [moved from teshsuite/surf/surf_usage/surf_usage.cpp with 96% similarity]
teshsuite/models/core_usage/core_usage.tesh [new file with mode: 0644]
teshsuite/models/core_usage2/core_usage2.cpp [moved from teshsuite/surf/surf_usage2/surf_usage2.cpp with 94% similarity]
teshsuite/models/core_usage2/core_usage2.tesh [new file with mode: 0644]
teshsuite/models/lmm_usage/lmm_usage.cpp [moved from teshsuite/surf/lmm_usage/lmm_usage.cpp with 81% similarity]
teshsuite/models/lmm_usage/lmm_usage.tesh [new file with mode: 0644]
teshsuite/models/maxmin_bench/maxmin_bench.cpp [moved from teshsuite/surf/maxmin_bench/maxmin_bench.cpp with 71% similarity]
teshsuite/models/maxmin_bench/maxmin_bench_large.tesh [moved from teshsuite/surf/maxmin_bench/maxmin_bench_large.tesh with 100% similarity]
teshsuite/models/maxmin_bench/maxmin_bench_medium.tesh [moved from teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh with 100% similarity]
teshsuite/models/maxmin_bench/maxmin_bench_small.tesh [moved from teshsuite/surf/maxmin_bench/maxmin_bench_small.tesh with 100% similarity]
teshsuite/surf/CMakeLists.txt [deleted file]
teshsuite/surf/lmm_usage/lmm_usage.tesh [deleted file]
teshsuite/surf/surf_usage/surf_usage.tesh [deleted file]
teshsuite/surf/surf_usage2/surf_usage2.tesh [deleted file]
tools/cmake/DefinePackages.cmake