diff options
author | P. J. McDermott <pjm@nac.net> | 2012-09-08 21:39:54 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-09-08 21:39:54 (EDT) |
commit | 63a799b986670ec4561a81423cf156965af221e5 (patch) | |
tree | cc386f7187b8473bb101ea64b650faf351182e94 /tests | |
parent | 16884e04da44ce279ec7eff8f919925ba63f9c55 (diff) |
Pass DESTDIR macro into environment of unit tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index d686b66..5c03a37 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -30,4 +30,4 @@ test: $(TESTS) $(TESTS): @printf ' SH tests/%s.sh\n' '$@' - @$(SH) 'tests/$@.sh' + @DESTDIR='$(DESTDIR)' $(SH) 'tests/$@.sh' |