Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add first implementation of maximal_subsets_iterator
[simgrid.git] / src / mc / explo / udpor / Configuration_test.cpp
index 9a5a756..f9d025e 100644 (file)
@@ -358,4 +358,6 @@ TEST_CASE("simgrid::mc::udpor::Configuration: Topological Sort Order Very Compli
       events_seen.insert(e);
     });
   }
+
+  SECTION("Test that the topological ordering contains only the events of the configuration") {}
 }
\ No newline at end of file