Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build.
[simgrid.git] / teshsuite / s4u / activity-lifecycle / activity-lifecycle.hpp
index ff09e2a..c41c8fa 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef ACTIVITY_LIFECYCLE_HPP
 #define ACTIVITY_LIFECYCLE_HPP
 
-#include "../../src/include/catch.hpp"
+#include <catch.hpp>
 
 #include <simgrid/s4u.hpp>
 #include <xbt/log.h>
@@ -27,4 +27,6 @@ extern void assert_cleanup();
 #define BEGIN_SECTION(descr) SECTION(descr) { simgrid::s4u::Actor::create(descr, all_hosts[0], []()
 #define END_SECTION })
 
+#define RUN_SECTION(descr, ...) SECTION(descr) { simgrid::s4u::Actor::create(descr, all_hosts[0], __VA_ARGS__); }
+
 #endif // ACTIVITY_LIFECYCLE_HPP