Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The 'tests' target got renamed recently
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 19 Jul 2023 22:47:38 +0000 (00:47 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 19 Jul 2023 22:47:38 +0000 (00:47 +0200)
BuildSimGrid.sh

index 773ca48..66b309e 100755 (executable)
@@ -15,7 +15,7 @@ if [ ! -e Makefile ] && [ ! -e build.ninja ]; then
   fi
 fi
 
-target=tests
+target=examples
 ncores=$(grep -c processor /proc/cpuinfo)
 
 install_path=$(sed -n 's/^CMAKE_INSTALL_PREFIX:PATH=//p' CMakeCache.txt)