m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 04:05:40 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 04:05:40 +0200
commitcd034e872d1a273961ef5612239d5e8168eb8843 (patch)
tree26a7f2d394d7c1f6c1277ed158a3661c0b777a32 /Makefile
parenta759d964e40d160d901052ec90e53c5acbe60355 (diff)
tests: run from anywhere
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9cf1a8..836ff91 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ TESTS = $(sort $(wildcard tests/t[0-9][0-9][0-9][0-9]-*.sh))
test: $(TESTS)
$(TESTS):
- @cd $$(dirname "$@") && ./$$(basename "$@") $(PASS_TEST_OPTS)
+ @$@ $(PASS_TEST_OPTS)
clean:
$(RM) -rf tests/test-results/ tests/trash\ directory.*/ tests/gnupg/random_seed