diff options
author | Ingo Molnar <mingo@kernel.org> | 2013-10-07 13:27:23 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-10-09 08:49:03 +0200 |
commit | 20c99e82173bed9e4e0013ec45c0b2b3b80b65d5 (patch) | |
tree | b6954bcf7f48893b30d04dfc358b964cda38b58e /tools/perf/config/feature-checks/test-libnuma.c | |
parent | 1f7c645ab4b8326fef5afcd842795e071ecce9df (diff) | |
download | talos-obmc-linux-20c99e82173bed9e4e0013ec45c0b2b3b80b65d5.tar.gz talos-obmc-linux-20c99e82173bed9e4e0013ec45c0b2b3b80b65d5.zip |
tools/perf/build: Harmonize the style of the feature testcases
The various testcases used different styles, which was not really
visible as long as they hid in feature-tests.mak. Now that they
are out in the open make them prettier.
( Also delete the leftover, empty feature-tests.mak file. )
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/n/tip-drDWk8xltndjdsespzjbhu6w@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/config/feature-checks/test-libnuma.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-libnuma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/test-libnuma.c b/tools/perf/config/feature-checks/test-libnuma.c index 70510a923e5a..4763d9cd587d 100644 --- a/tools/perf/config/feature-checks/test-libnuma.c +++ b/tools/perf/config/feature-checks/test-libnuma.c @@ -4,5 +4,6 @@ int main(void) { numa_available(); + return 0; } |