Make real number encoding and decoding work under all locales
[jansson.git] / test / suites / api / test_dump.c
index 17d588b..97544ba 100644 (file)
@@ -133,10 +133,9 @@ static void encode_other_than_array_or_object()
 
 }
 
-int main()
+static void run_tests()
 {
     encode_twice();
     circular_references();
     encode_other_than_array_or_object();
-    return 0;
 }