From 12ff05b3b7dcf90e60e1b666c9b3781fe2412dcd Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 11 May 2023 18:17:11 +0200 Subject: Add a new test --- test/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index 479d529..7fff724 100644 --- a/test/main.c +++ b/test/main.c @@ -4,11 +4,13 @@ void test_split1(); void test_split2(); +void test_split3(); int main(int argc, char** argv) { test_split1(); test_split2(); + test_split3(); return EXIT_SUCCESS; } -- cgit v1.2.3