From 8c95db33be58a545dd2e030428bded0bd958c4b6 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 16 Oct 2024 22:54:34 +0200 Subject: Start work on the testing framework --- asl/tests/utility_tests.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 asl/tests/utility_tests.cpp (limited to 'asl/tests/utility_tests.cpp') diff --git a/asl/tests/utility_tests.cpp b/asl/tests/utility_tests.cpp new file mode 100644 index 0000000..4acded7 --- /dev/null +++ b/asl/tests/utility_tests.cpp @@ -0,0 +1 @@ +#include "asl/utility.hpp" -- cgit