Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move surf testsuite to teshsuite
authorPaul Bédaride <paul.bedaride@gmail.com>
Mon, 28 Apr 2014 15:31:50 +0000 (17:31 +0200)
committerPaul Bédaride <paul.bedaride@gmail.com>
Tue, 29 Apr 2014 09:36:11 +0000 (11:36 +0200)
commit26a6d8446664d5683b2598ed049eeacab8e1c570
treee43387d9c79b2d0437227cf870b079fb2ba49fda
parent156df478fec05131317179a0147670b04f1e6493
Move surf testsuite to teshsuite
23 files changed:
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/Distrib.cmake
buildtools/Cmake/MakeExe.cmake
teshsuite/surf/CMakeLists.txt [new file with mode: 0644]
teshsuite/surf/lmm_usage/CMakeLists.txt [new file with mode: 0644]
teshsuite/surf/lmm_usage/lmm_usage.c [moved from testsuite/surf/lmm_usage.c with 100% similarity]
teshsuite/surf/lmm_usage/lmm_usage.tesh [new file with mode: 0644]
teshsuite/surf/maxmin_bench/CMakeLists.txt [new file with mode: 0644]
teshsuite/surf/maxmin_bench/maxmin_bench.c [moved from testsuite/surf/maxmin_bench.c with 100% similarity]
teshsuite/surf/maxmin_bench/maxmin_bench.tesh [new file with mode: 0644]
teshsuite/surf/platform.xml [moved from testsuite/surf/platform.xml with 100% similarity]
teshsuite/surf/surf_usage/CMakeLists.txt [new file with mode: 0644]
teshsuite/surf/surf_usage/surf_usage.c [moved from testsuite/surf/surf_usage.c with 100% similarity]
teshsuite/surf/surf_usage/surf_usage.tesh [new file with mode: 0644]
teshsuite/surf/surf_usage/surf_usage2.c [moved from testsuite/surf/surf_usage2.c with 100% similarity]
teshsuite/surf/trace_A.txt [moved from testsuite/surf/trace_A.txt with 100% similarity]
teshsuite/surf/trace_A_failure.txt [moved from testsuite/surf/trace_A_failure.txt with 100% similarity]
teshsuite/surf/trace_B.txt [moved from testsuite/surf/trace_B.txt with 100% similarity]
teshsuite/surf/trace_usage/CMakeLists.txt [new file with mode: 0644]
teshsuite/surf/trace_usage/trace_usage.c [moved from testsuite/surf/trace_usage.c with 100% similarity]
teshsuite/surf/trace_usage/trace_usage.tesh [new file with mode: 0644]
testsuite/surf/CMakeLists.txt [deleted file]