libperf: Add tests support
authorJiri Olsa <jolsa@kernel.org>
Sun, 21 Jul 2019 11:24:59 +0000 (13:24 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 29 Jul 2019 21:34:46 +0000 (18:34 -0300)
commit6a94b52a71b7d3ca3ec47c194f7916b306cb26ef
treee2b6af8f8abf3ea26b8c6bea6059cc51e5d30274
parent0a64d7091efde161a7d0fa385ed5c3bdb72ecdf9
libperf: Add tests support

Adding simple test framework, now empty.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Alexey Budankov <alexey.budankov@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20190721112506.12306-73-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/lib/Makefile
tools/perf/lib/include/internal/tests.h [new file with mode: 0644]
tools/perf/lib/tests/Makefile [new file with mode: 0644]