about summary refs log tree commit diff
path: root/mk/tests.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-07T15·27+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-07T15·27+0100
commit764d90597a2ef9f5f5a5041993b728e020fb08b0 (patch)
tree1539f267f6c6368943cc8c19d5b66433ccd9fbd4 /mk/tests.mk
parent2a469ad31da7cac5c4ecab6838c364956319821f (diff)
parenta210c995cdd9279ed4137ec5d2e4cc928cb36097 (diff)
Merge commit 'a210c995cdd9279ed4137ec5d2e4cc928cb36097'
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 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