tools build: Add test-reallocarray.c to test-all.c to fix the build
[sfrench/cifs-2.6.git] / tools / build / feature / test-all.c
index 74329957553a745db32ee02ee6dd2870d4d50e13..e903b86b742f29d31c383165dab4bec120ee04ae 100644 (file)
 # include "test-libaio.c"
 #undef main
 
+#define main main_test_reallocarray
+# include "test-reallocarray.c"
+#undef main
+
 int main(int argc, char *argv[])
 {
        main_test_libpython();
@@ -214,6 +218,7 @@ int main(int argc, char *argv[])
        main_test_sdt();
        main_test_setns();
        main_test_libaio();
+       main_test_reallocarray();
 
        return 0;
 }