tests: make functions static in test_uri.c
[lttng-tools.git] / tests / unit / test_uri.c
index 61e89e120182833d0cfb038a71d9ccade6d16ae6..58042c42e9c218818fac300ba392c26086dc5849 100644 (file)
@@ -30,7 +30,7 @@ int lttng_opt_mi;
 /* Number of TAP tests in this file */
 #define NUM_TESTS 11
 
-void test_uri_parsing(void)
+static void test_uri_parsing(void)
 {
        ssize_t size;
        const char *s_uri1;
@@ -198,7 +198,7 @@ void test_uri_parsing(void)
        assert(!uri);
 }
 
-void test_uri_cmp()
+static void test_uri_cmp()
 {
        struct lttng_uri *uri1, *uri2;
        const char *s_uri1 = "net://localhost";
This page took 0.022925 seconds and 4 git commands to generate.