1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 08:53:55 +02:00
This commit is contained in:
Eelco Dolstra 2014-02-07 16:27:34 +01:00
commit 764d90597a
5 changed files with 33 additions and 26 deletions

View file

@ -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