perf coresight: Do not test for libopencsd by default
[sfrench/cifs-2.6.git] / tools / build / feature / test-all.c
index 20cdaa4fc112aa82d5c60bc4323420a331e360ae..74329957553a745db32ee02ee6dd2870d4d50e13 100644 (file)
 # include "test-setns.c"
 #undef main
 
-#define main main_test_libopencsd
-# include "test-libopencsd.c"
-#undef main
-
 #define main main_test_libaio
 # include "test-libaio.c"
 #undef main
@@ -217,7 +213,6 @@ int main(int argc, char *argv[])
        main_test_sched_getcpu();
        main_test_sdt();
        main_test_setns();
-       main_test_libopencsd();
        main_test_libaio();
 
        return 0;