* Copyright (C) 2020 Philippe Proulx <pproulx@efficios.com>
*/
-#ifndef TESTS_LIB_CONDS_UTILS_H
-#define TESTS_LIB_CONDS_UTILS_H
+#ifndef TESTS_LIB_CONDS_UTILS_HPP
+#define TESTS_LIB_CONDS_UTILS_HPP
#include <functional>
#include <string>
*/
void condMain(int argc, const char **argv, CondTriggers triggers) noexcept;
-#endif /* TESTS_LIB_CONDS_UTILS_H */
+#endif /* TESTS_LIB_CONDS_UTILS_HPP */
* Copyright (C) 2020-2023 EfficiOS, inc.
*/
-#ifndef TESTS_LIB_UTILS_H
-#define TESTS_LIB_UTILS_H
+#ifndef TESTS_LIB_UTILS_RUN_IN_HPP
+#define TESTS_LIB_UTILS_RUN_IN_HPP
#include <babeltrace2/babeltrace.h>
*/
void runIn(RunIn& runIn);
-#endif /* TESTS_LIB_UTILS_H */
+#endif /* TESTS_LIB_UTILS_RUN_IN_HPP */
* Lib BabelTrace - Common function to all tests
*/
-#ifndef _TESTS_COMMON_H
-#define _TESTS_COMMON_H
+#ifndef TESTS_UTILS_COMMON_H
+#define TESTS_UTILS_COMMON_H
void recursive_rmdir(const char *path);
-#endif /* _TESTS_COMMON_H */
+#endif /* TESTS_UTILS_COMMON_H */