diff options
Diffstat (limited to 'tools/perf/config/feature-checks/test-all.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-all.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/test-all.c b/tools/perf/config/feature-checks/test-all.c index a7d022e161c0..652e0098eba6 100644 --- a/tools/perf/config/feature-checks/test-all.c +++ b/tools/perf/config/feature-checks/test-all.c | |||
@@ -93,6 +93,10 @@ | |||
93 | # include "test-sync-compare-and-swap.c" | 93 | # include "test-sync-compare-and-swap.c" |
94 | #undef main | 94 | #undef main |
95 | 95 | ||
96 | #define main main_test_zlib | ||
97 | # include "test-zlib.c" | ||
98 | #undef main | ||
99 | |||
96 | int main(int argc, char *argv[]) | 100 | int main(int argc, char *argv[]) |
97 | { | 101 | { |
98 | main_test_libpython(); | 102 | main_test_libpython(); |
@@ -116,6 +120,7 @@ int main(int argc, char *argv[]) | |||
116 | main_test_stackprotector_all(); | 120 | main_test_stackprotector_all(); |
117 | main_test_libdw_dwarf_unwind(); | 121 | main_test_libdw_dwarf_unwind(); |
118 | main_test_sync_compare_and_swap(argc, argv); | 122 | main_test_sync_compare_and_swap(argc, argv); |
123 | main_test_zlib(); | ||
119 | 124 | ||
120 | return 0; | 125 | return 0; |
121 | } | 126 | } |