diff options
Diffstat (limited to 'tools/testing/selftests/exec/Makefile')
| -rw-r--r-- | tools/testing/selftests/exec/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing/selftests/exec/Makefile index 66dfc2ce1788..a0098daeb73d 100644 --- a/tools/testing/selftests/exec/Makefile +++ b/tools/testing/selftests/exec/Makefile | |||
| @@ -18,8 +18,9 @@ execveat.denatured: execveat | |||
| 18 | %: %.c | 18 | %: %.c |
| 19 | $(CC) $(CFLAGS) -o $@ $^ | 19 | $(CC) $(CFLAGS) -o $@ $^ |
| 20 | 20 | ||
| 21 | run_tests: all | 21 | TEST_PROGS := execveat |
| 22 | ./execveat | 22 | |
| 23 | include ../lib.mk | ||
| 23 | 24 | ||
| 24 | clean: | 25 | clean: |
| 25 | rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx* | 26 | rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx* |
