From f959165cdece3c1bfae8abce834a2bb78db96190 Mon Sep 17 00:00:00 2001 From: Stefan Zabka Date: Thu, 21 May 2020 23:37:38 +0200 Subject: Process parse_line working --- 02_exercise/prompt_utils_test.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '02_exercise/prompt_utils_test.c') diff --git a/02_exercise/prompt_utils_test.c b/02_exercise/prompt_utils_test.c index f648275..3819021 100644 --- a/02_exercise/prompt_utils_test.c +++ b/02_exercise/prompt_utils_test.c @@ -34,4 +34,10 @@ void test_relative_path() { test_paths("/", "/Test/a/asd", "./Test/a/asd"); test_paths("/Test/c", "/Test/b", "../b"); test_paths("/B/C", "/", "../.."); -} \ No newline at end of file +} + +int main(void) { + test_relative_path(); + test_get_seperator_indeces(); + return 0; +} -- cgit v1.2.3-54-g00ecf