diff options
Diffstat (limited to 'mk/tests.mk')
-rw-r--r-- | mk/tests.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 6bdb4e57739e..004a48028616 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 |