From 8f8e5c1a7854f05bfa94fc41033706bc14682223 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 21 Jun 2024 16:25:40 +0200 Subject: Add a test for C++ compilation --- tests/test_compile.cc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/test_compile.cc (limited to 'tests/test_compile.cc') diff --git a/tests/test_compile.cc b/tests/test_compile.cc new file mode 100644 index 0000000..edbbb27 --- /dev/null +++ b/tests/test_compile.cc @@ -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