aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/exec
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/exec')
-rw-r--r--tools/testing/selftests/exec/Makefile3
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
21TEST_PROGS := execveat 21TEST_PROGS := execveat
22TEST_FILES := $(DEPS)
22 23
23include ../lib.mk 24include ../lib.mk
24 25
26override EMIT_TESTS := echo "mkdir -p subdir; (./execveat && echo \"selftests: execveat [PASS]\") || echo \"selftests: execveat [FAIL]\""
27
25clean: 28clean:
26 rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx* 29 rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx*