diff options
author | 2023-05-11 18:17:11 +0200 | |
---|---|---|
committer | 2023-05-11 18:17:11 +0200 | |
commit | 12ff05b3b7dcf90e60e1b666c9b3781fe2412dcd (patch) | |
tree | 0efe44b00d31c2ad2ed308f18b44cf1aa7c78447 /test/main.c | |
parent | b3f6133a327390df495954d8ae561a895805c0e1 (diff) | |
download | string2-master.tar.gz string2-master.zip |
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |