aboutsummaryrefslogtreecommitdiff
path: root/mk/tests.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/tests.mk')
-rw-r--r--mk/tests.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index 6bdb4e577..004a48028 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -3,9 +3,6 @@ define run-install-test
installcheck: $1
- # Run the test in its own directory to mimick Automake behaviour.
- $1.run: $1 $(_PREV_TEST)
-
_installcheck-list += $1
endef