2006-08-16 Aaron Bockover <abockover@novell.com>
[mono.git] / eglib / test / driver.c
index 1dac1326ab08818fcba6875ab13b175990ab50b8..856108d16c475adb480f282f6c3fd73838f2dcc6 100644 (file)
@@ -8,4 +8,5 @@ int main ()
        test ("hash-1", hash_t1);
        test ("s-freev", test_strfreev);
        test ("s-concat", test_concat);
+       test ("s-split", test_split);
 }