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: