diff options
author | Jiri Olsa <jolsa@redhat.com> | 2012-05-21 03:12:49 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-05-22 10:19:16 -0400 |
commit | f50246e2e2e33aacc68ac3ec41cf2d6a08860bc4 (patch) | |
tree | 68421df5c4808a0163d59a47c91e8fe4fe09f894 /tools/perf/Makefile | |
parent | 73787190d04a34e6da745da893b3ae8bedde418f (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/Makefile | 1 |
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 | |||
332 | LIB_OBJS += $(OUTPUT)util/levenshtein.o | 332 | LIB_OBJS += $(OUTPUT)util/levenshtein.o |
333 | LIB_OBJS += $(OUTPUT)util/parse-options.o | 333 | LIB_OBJS += $(OUTPUT)util/parse-options.o |
334 | LIB_OBJS += $(OUTPUT)util/parse-events.o | 334 | LIB_OBJS += $(OUTPUT)util/parse-events.o |
335 | LIB_OBJS += $(OUTPUT)util/parse-events-test.o | ||
335 | LIB_OBJS += $(OUTPUT)util/path.o | 336 | LIB_OBJS += $(OUTPUT)util/path.o |
336 | LIB_OBJS += $(OUTPUT)util/rbtree.o | 337 | LIB_OBJS += $(OUTPUT)util/rbtree.o |
337 | LIB_OBJS += $(OUTPUT)util/bitmap.o | 338 | LIB_OBJS += $(OUTPUT)util/bitmap.o |