From 08a5f3441675c446482b473777cbba53d5191f20 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 21 Jun 2026 17:20:13 +0200 Subject: rework: add testing framework --- tests/src/csv-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/src/csv-test.c') diff --git a/tests/src/csv-test.c b/tests/src/csv-test.c index c99c049..4035f70 100644 --- a/tests/src/csv-test.c +++ b/tests/src/csv-test.c @@ -1,3 +1,4 @@ +// NOLINTBEGIN #undef NDEBUG #include @@ -625,3 +626,4 @@ main(void) return EXIT_SUCCESS; } +// NOLINTEND -- cgit v1.3