aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@redhat.com>2012-05-21 03:12:49 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-05-22 10:19:16 -0400
commitf50246e2e2e33aacc68ac3ec41cf2d6a08860bc4 (patch)
tree68421df5c4808a0163d59a47c91e8fe4fe09f894 /tools/perf/Makefile
parent73787190d04a34e6da745da893b3ae8bedde418f (diff)
perf test: Move parse event automated tests to separated object
Moving event parsing specific tests into separated file: util/parse-events-test.c Also changing the code a bit to ease running separate tests. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1337584373-2741-2-git-send-email-jolsa@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index fa37cd53e9b9..91840e171815 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -332,6 +332,7 @@ LIB_OBJS += $(OUTPUT)util/help.o
332LIB_OBJS += $(OUTPUT)util/levenshtein.o 332LIB_OBJS += $(OUTPUT)util/levenshtein.o
333LIB_OBJS += $(OUTPUT)util/parse-options.o 333LIB_OBJS += $(OUTPUT)util/parse-options.o
334LIB_OBJS += $(OUTPUT)util/parse-events.o 334LIB_OBJS += $(OUTPUT)util/parse-events.o
335LIB_OBJS += $(OUTPUT)util/parse-events-test.o
335LIB_OBJS += $(OUTPUT)util/path.o 336LIB_OBJS += $(OUTPUT)util/path.o
336LIB_OBJS += $(OUTPUT)util/rbtree.o 337LIB_OBJS += $(OUTPUT)util/rbtree.o
337LIB_OBJS += $(OUTPUT)util/bitmap.o 338LIB_OBJS += $(OUTPUT)util/bitmap.o