diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/lib/Makefile b/tools/testing/selftests/lib/Makefile index 08360060ab14..70d5711e3ac8 100644 --- a/tools/testing/selftests/lib/Makefile +++ b/tools/testing/selftests/lib/Makefile | |||
@@ -3,6 +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" |
4 | all: | 4 | all: |
5 | 5 | ||
6 | TEST_PROGS := printf.sh bitmap.sh | 6 | TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh |
7 | 7 | ||
8 | include ../lib.mk | 8 | include ../lib.mk |