summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/BUILD3
-rw-r--r--auto_tests/monolith_test.cpp (renamed from auto_tests/monolith_test.c)0
2 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/BUILD b/auto_tests/BUILD
index f4542ccb..8e218b51 100644
--- a/auto_tests/BUILD
+++ b/auto_tests/BUILD
@@ -15,6 +15,7 @@ cc_library(
15 srcs = [src], 15 srcs = [src],
16 copts = [ 16 copts = [
17 "-Wno-parentheses", 17 "-Wno-parentheses",
18 "-Wno-sign-compare",
18 ], 19 ],
19 deps = [ 20 deps = [
20 ":helpers", 21 ":helpers",
@@ -25,4 +26,4 @@ cc_library(
25 "//c-toxcore/toxencryptsave", 26 "//c-toxcore/toxencryptsave",
26 "@check", 27 "@check",
27 ], 28 ],
28) for src in glob(["*_test.c"])] 29) for src in glob(["*_test.c*"])]
diff --git a/auto_tests/monolith_test.c b/auto_tests/monolith_test.cpp
index 253d2bd3..253d2bd3 100644
--- a/auto_tests/monolith_test.c
+++ b/auto_tests/monolith_test.cpp