about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-06T18·06+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-06T18·06+0100
commit97f8e9bc76b08ac6d63c6419490f8fcc9670a58b (patch)
tree633d12860a9b28f9b0ce08b2704505667837030e
parent4161fce472a8875427e73776d0e8665ca49c1835 (diff)
Remove dead code
-rw-r--r--tests.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests.mk b/tests.mk
index 6bdb4e57739e..004a48028616 100644
--- a/tests.mk
+++ b/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