diff options
Diffstat (limited to 'tools/build/feature/test-all.c')
| -rw-r--r-- | tools/build/feature/test-all.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/build/feature/test-all.c b/tools/build/feature/test-all.c index 20cdaa4fc112..e903b86b742f 100644 --- a/tools/build/feature/test-all.c +++ b/tools/build/feature/test-all.c | |||
| @@ -170,14 +170,14 @@ | |||
| 170 | # include "test-setns.c" | 170 | # include "test-setns.c" |
| 171 | #undef main | 171 | #undef main |
| 172 | 172 | ||
| 173 | #define main main_test_libopencsd | ||
| 174 | # include "test-libopencsd.c" | ||
| 175 | #undef main | ||
| 176 | |||
| 177 | #define main main_test_libaio | 173 | #define main main_test_libaio |
| 178 | # include "test-libaio.c" | 174 | # include "test-libaio.c" |
| 179 | #undef main | 175 | #undef main |
| 180 | 176 | ||
| 177 | #define main main_test_reallocarray | ||
| 178 | # include "test-reallocarray.c" | ||
| 179 | #undef main | ||
| 180 | |||
| 181 | int main(int argc, char *argv[]) | 181 | int main(int argc, char *argv[]) |
| 182 | { | 182 | { |
| 183 | main_test_libpython(); | 183 | main_test_libpython(); |
| @@ -217,8 +217,8 @@ int main(int argc, char *argv[]) | |||
| 217 | main_test_sched_getcpu(); | 217 | main_test_sched_getcpu(); |
| 218 | main_test_sdt(); | 218 | main_test_sdt(); |
| 219 | main_test_setns(); | 219 | main_test_setns(); |
| 220 | main_test_libopencsd(); | ||
| 221 | main_test_libaio(); | 220 | main_test_libaio(); |
| 221 | main_test_reallocarray(); | ||
| 222 | 222 | ||
| 223 | return 0; | 223 | return 0; |
| 224 | } | 224 | } |
