Beispiel #1
0
static void run_tests()
{
    test_equal_simple();
    test_equal_array();
    test_equal_object();
    test_equal_complex();
}
Beispiel #2
0
int main()
{
    test_equal_simple();
    test_equal_array();
    test_equal_object();
    test_equal_complex();
    return 0;
}