Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix make dist, as usual
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 3 Mar 2020 23:11:02 +0000 (00:11 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 3 Mar 2020 23:11:02 +0000 (00:11 +0100)
MANIFEST.in
teshsuite/kernel/CMakeLists.txt

index 8e727c7..f63c024 100644 (file)
@@ -625,6 +625,8 @@ include teshsuite/java/semaphoregc/SemaphoreGC.java
 include teshsuite/java/semaphoregc/semaphoregc.tesh
 include teshsuite/java/sleephostoff/SleepHostOff.java
 include teshsuite/java/sleephostoff/sleephostoff.tesh
+include teshsuite/kernel/context-stacksize/context-stacksize.cpp
+include teshsuite/kernel/context-stacksize/context-stacksize.tesh
 include teshsuite/mc/dwarf-expression/dwarf-expression.cpp
 include teshsuite/mc/dwarf-expression/dwarf-expression.tesh
 include teshsuite/mc/dwarf/dwarf.cpp
@@ -2667,6 +2669,7 @@ include src/xbt/xbt_str_test.cpp
 include src/xbt/xbt_virtu.cpp
 include src/xbt_modinter.h
 include teshsuite/java/CMakeLists.txt
+include teshsuite/kernel/CMakeLists.txt
 include teshsuite/lua/CMakeLists.txt
 include teshsuite/lua/lua_platforms.tesh
 include teshsuite/mc/CMakeLists.txt
index 45a5cb9..0fe984b 100644 (file)
@@ -10,6 +10,13 @@ endforeach()
 ## Add the tests.
 ## Some need to be run with all factories, some don't need tesh to run
 
-# Only with the raw contexts
+# This test should not be executed with thread contexts, as they ignore stack size changes
 ADD_TESH_FACTORIES(tesh-kern-context-stacksize "raw;boost;ucontext" --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/kernel/context-stacksize --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/kernel/context-stacksize --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/teshsuite/kernel/context-stacksize ${CMAKE_HOME_DIRECTORY}/teshsuite/kernel/context-stacksize/context-stacksize.tesh)
+set(tesh_files    ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/context-stacksize/context-stacksize.tesh)
 
+
+
+# Pack the files in the archive
+set(teshsuite_src ${teshsuite_src}  PARENT_SCOPE)
+set(tesh_files    ${tesh_files}     PARENT_SCOPE)
+set(xml_files     ${xml_files}      PARENT_SCOPE)