diff options
Diffstat (limited to 'tools/testing/selftests/exec')
| -rw-r--r-- | tools/testing/selftests/exec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing/selftests/exec/Makefile index a0098daeb73d..886cabe307b1 100644 --- a/tools/testing/selftests/exec/Makefile +++ b/tools/testing/selftests/exec/Makefile | |||
| @@ -19,8 +19,11 @@ execveat.denatured: execveat | |||
| 19 | $(CC) $(CFLAGS) -o $@ $^ | 19 | $(CC) $(CFLAGS) -o $@ $^ |
| 20 | 20 | ||
| 21 | TEST_PROGS := execveat | 21 | TEST_PROGS := execveat |
| 22 | TEST_FILES := $(DEPS) | ||
| 22 | 23 | ||
| 23 | include ../lib.mk | 24 | include ../lib.mk |
| 24 | 25 | ||
| 26 | override EMIT_TESTS := echo "mkdir -p subdir; (./execveat && echo \"selftests: execveat [PASS]\") || echo \"selftests: execveat [FAIL]\"" | ||
| 27 | |||
| 25 | clean: | 28 | clean: |
| 26 | rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx* | 29 | rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx* |
