Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SET_TESTS_PROPERTIES Can not find test to add properties to.
[simgrid.git] / src / surf / trace_mgr_test.cpp
index decf142eb6e0ed55477e5377fff0e87b44309358..719dc9dcd6dcd56677868c197fd77094b5717a14 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2017-2018. The SimGrid Team. All rights reserved.               */
+/* Copyright (c) 2017-2019. The SimGrid Team. All rights reserved.               */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #define BOOST_TEST_MODULE Trace Manager tests
-bool init_unit_test(); // boost forget to give this prototype on NetBSD, which does not fit our paranoid flags
+bool init_unit_test(); // boost sometimes forget to give this prototype (NetBSD and other), which does not fit our paranoid flags
 #define BOOST_TEST_DYN_LINK
 #define BOOST_TEST_NO_MAIN
 #include <boost/test/unit_test.hpp>