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/utility_tests.cpp | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 asl/utility_tests.cpp (limited to 'asl/utility_tests.cpp') diff --git a/asl/utility_tests.cpp b/asl/utility_tests.cpp deleted file mode 100644 index 5802cec..0000000 --- a/asl/utility_tests.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "asl/utility.hpp" - -int main() { return 0; } -- cgit