summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /auto_tests
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/check_compat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto_tests/check_compat.h b/auto_tests/check_compat.h
index 2f83577d..b1b73e0f 100644
--- a/auto_tests/check_compat.h
+++ b/auto_tests/check_compat.h
@@ -1,5 +1,5 @@
1#ifndef CHECK_COMPAT_H 1#ifndef C_TOXCORE_AUTO_TESTS_CHECK_COMPAT_H
2#define CHECK_COMPAT_H 2#define C_TOXCORE_AUTO_TESTS_CHECK_COMPAT_H
3 3
4#include "../toxcore/ccompat.h" 4#include "../toxcore/ccompat.h"
5 5
@@ -64,4 +64,4 @@ static inline int srunner_ntests_failed(SRunner *r)
64 abort(); \ 64 abort(); \
65} while (0) 65} while (0)
66 66
67#endif // CHECK_COMPAT_H 67#endif // C_TOXCORE_AUTO_TESTS_CHECK_COMPAT_H