From 13398686b8f34ab4fd8253a0fb236a2d31525183 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Mon, 17 Dec 2012 16:04:47 -0800 Subject: [PATCH] --- yaml --- r: 346506 b: refs/heads/master c: 63d233673a9f6c524969e40e7012e3e461aafd32 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/testing/selftests/kcmp/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index cae7019922d4..b51752cb4b51 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aabccae6e9e2106e67a40d65eb423163cd69d2fb +refs/heads/master: 63d233673a9f6c524969e40e7012e3e461aafd32 diff --git a/trunk/tools/testing/selftests/kcmp/Makefile b/trunk/tools/testing/selftests/kcmp/Makefile index dc79b86ea65c..c608945a0ef5 100644 --- a/trunk/tools/testing/selftests/kcmp/Makefile +++ b/trunk/tools/testing/selftests/kcmp/Makefile @@ -16,12 +16,12 @@ CFLAGS += -I../../../../arch/x86/include/ all: ifeq ($(ARCH),X86) - gcc $(CFLAGS) kcmp_test.c -o run_test + gcc $(CFLAGS) kcmp_test.c -o kcmp_test else echo "Not an x86 target, can't build kcmp selftest" endif -run-tests: all +run_tests: all ./kcmp_test clean: