summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/keep-going.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/keep-going.mk')
-rw-r--r--build/pymake/tests/keep-going.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/pymake/tests/keep-going.mk b/build/pymake/tests/keep-going.mk
new file mode 100644
index 000000000..4c709288c
--- /dev/null
+++ b/build/pymake/tests/keep-going.mk
@@ -0,0 +1,14 @@
+#T commandline: ['-k']
+#T returncode: 2
+#T grep-for: "TEST-PASS"
+
+all: t2 t3
+
+t1:
+ @false
+
+t2: t1
+ @echo TEST-FAIL
+
+t3:
+ @echo TEST-PASS