|
@@ -77,6 +77,10 @@
|
|
# include "test-libnuma.c"
|
|
# include "test-libnuma.c"
|
|
#undef main
|
|
#undef main
|
|
|
|
|
|
|
|
+#define main main_test_numa_num_possible_cpus
|
|
|
|
+# include "test-numa_num_possible_cpus.c"
|
|
|
|
+#undef main
|
|
|
|
+
|
|
#define main main_test_timerfd
|
|
#define main main_test_timerfd
|
|
# include "test-timerfd.c"
|
|
# include "test-timerfd.c"
|
|
#undef main
|
|
#undef main
|
|
@@ -136,6 +140,7 @@ int main(int argc, char *argv[])
|
|
main_test_libbfd();
|
|
main_test_libbfd();
|
|
main_test_backtrace();
|
|
main_test_backtrace();
|
|
main_test_libnuma();
|
|
main_test_libnuma();
|
|
|
|
+ main_test_numa_num_possible_cpus();
|
|
main_test_timerfd();
|
|
main_test_timerfd();
|
|
main_test_stackprotector_all();
|
|
main_test_stackprotector_all();
|
|
main_test_libdw_dwarf_unwind();
|
|
main_test_libdw_dwarf_unwind();
|