aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/user/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/user/Makefile')
-rw-r--r--tools/testing/selftests/user/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/testing/selftests/user/Makefile b/tools/testing/selftests/user/Makefile
index 12c9d15bab07..d401b63c5b1a 100644
--- a/tools/testing/selftests/user/Makefile
+++ b/tools/testing/selftests/user/Makefile
@@ -3,5 +3,6 @@
3# No binaries, but make sure arg-less "make" doesn't trigger "run_tests" 3# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
4all: 4all:
5 5
6run_tests: all 6TEST_PROGS := test_user_copy.sh
7 ./test_user_copy.sh 7
8include ../lib.mk