Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move xbt testsuite to teshsuite
authorPaul Bédaride <paul.bedaride@gmail.com>
Tue, 29 Apr 2014 08:15:47 +0000 (10:15 +0200)
committerPaul Bédaride <paul.bedaride@gmail.com>
Tue, 29 Apr 2014 09:37:16 +0000 (11:37 +0200)
commit8b70d2495e2da9b7cbc603609d66695d53b990af
tree54a33c6bb229b50afc2598e0bcc0c71545cc43fe
parent9746614b1eeff9ebba8ad8aeb00b5ab9824c7938
Move xbt testsuite to teshsuite
16 files changed:
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
teshsuite/xbt/graphxml_usage/CMakeLists.txt [moved from testsuite/xbt/CMakeLists.txt with 50% similarity]
teshsuite/xbt/graphxml_usage/graph.xml [moved from testsuite/xbt/graph.xml with 100% similarity]
teshsuite/xbt/graphxml_usage/graphxml_usage.c [moved from testsuite/xbt/graphxml_usage.c with 98% similarity]
teshsuite/xbt/graphxml_usage/graphxml_usage.tesh [new file with mode: 0644]
teshsuite/xbt/heap_bench/CMakeLists.txt [new file with mode: 0644]
teshsuite/xbt/heap_bench/heap_bench.c [moved from testsuite/xbt/heap_bench.c with 100% similarity]
teshsuite/xbt/heap_bench/heap_bench.tesh [new file with mode: 0644]
teshsuite/xbt/log_usage/CMakeLists.txt [new file with mode: 0644]
teshsuite/xbt/log_usage/log_usage.c [moved from testsuite/xbt/log_usage.c with 100% similarity]
teshsuite/xbt/log_usage/log_usage.tesh [new file with mode: 0644]
teshsuite/xbt/parmap_bench/CMakeLists.txt [new file with mode: 0644]
teshsuite/xbt/parmap_bench/parmap_bench.c [moved from testsuite/xbt/parmap_bench.c with 100% similarity]
teshsuite/xbt/parmap_bench/parmap_bench.tesh [new file with mode: 0644]