Merge branch 'cecil-light'
[mono.git] / eglib / test / tests.h
index 61ba80fe7a99f7571a04e242e7d9c3b89ef7c0c9..fdca3957242c5e31b98d0f369846e35c553d7433 100644 (file)
@@ -38,15 +38,19 @@ static Group test_groups [] = {
        {"path",      path_tests_init},
        {"shell",     shell_tests_init},
        {"markup",    markup_tests_init},
+#if !DISABLE_PROCESS_TESTS 
        {"spawn",     spawn_tests_init},
-       {"timer",     timer_tests_init},
+       {"module",    module_tests_init},
+#endif
+#if !DISABLE_FILESYSTEM_TESTS
        {"file",      file_tests_init},
+#endif
+       {"timer",     timer_tests_init},
        {"pattern",   pattern_tests_init},
        {"dir",       dir_tests_init},
        {"unicode",   unicode_tests_init},
        {"utf8",      utf8_tests_init},
        {"endian",    endian_tests_init},
-       {"module",    module_tests_init},
        {"memory",    memory_tests_init},
        {NULL, NULL}
 };