m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 17:21:23 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 17:21:23 +0200
commit32c88c4af59b88b331a223d93178ab33d52dbb32 (patch)
treeb54081a2ac7f1be4dfb9e96b9803b8da339e11ff /Makefile
parent4e44306e8c10fcea59f6927035ce9b956d4140e9 (diff)
tests: make more gritty, less setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cba742..d6eb52f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ uninstall:
"$(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass" \
"$(DESTDIR)$(PREFIX)/share/fish/completions/pass.fish"
-TESTS = $(wildcard tests/t[0-9][0-9][0-9][0-9]-*.sh)
+TESTS = $(sort $(wildcard tests/t[0-9][0-9][0-9][0-9]-*.sh))
test: $(TESTS)