From ea60b1b08015060a08b1ead38e4e81c44a88017f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 5 Apr 2024 16:07:39 -0300 Subject: Move unit tests out of src/*.c into tests/ --- tests/lib.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/lib.c (limited to 'tests/lib.c') diff --git a/tests/lib.c b/tests/lib.c new file mode 100644 index 0000000..14fdd4f --- /dev/null +++ b/tests/lib.c @@ -0,0 +1,8 @@ +#include "../src/lib.c" + + +int +main(void) { + int rc = 0; + return rc; +} -- cgit v1.2.3