Move t -> tests
This commit is contained in:
6
Makefile
6
Makefile
@@ -26,10 +26,10 @@ dist: clean
|
||||
tar -czf $(DIST).tar.gz $(DIST)
|
||||
rm -rf $(DIST)
|
||||
|
||||
check:
|
||||
check: $(BIN)
|
||||
@failed=0; \
|
||||
for f in ./t/*; do \
|
||||
[ "$$f" = "./t/init.sh" ] && continue; \
|
||||
for f in ./tests/*; do \
|
||||
[ "$$f" = "./tests/init.sh" ] && continue; \
|
||||
[ -f "$$f" ] || continue; \
|
||||
name=$$(basename "$$f"); \
|
||||
sh "$$f"; rc=$$?; \
|
||||
|
||||
Reference in New Issue
Block a user