From 9064a508d5f1ed3514d3e5b4734576e80f7048ae Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 7 Dec 2023 11:58:47 +0100 Subject: Add a global test to ensure that all headers are compiling --- tests/test_compile.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/test_compile.c (limited to 'tests/test_compile.c') diff --git a/tests/test_compile.c b/tests/test_compile.c new file mode 100644 index 0000000..edbbb27 --- /dev/null +++ b/tests/test_compile.c @@ -0,0 +1,18 @@ +#include "common.h" + +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +// Check that all headers are compiling. +int main(int argc, char** argv) { + return 0; +} -- cgit v1.3