Move t -> tests
This commit is contained in:
6
Makefile
6
Makefile
@@ -26,10 +26,10 @@ dist: clean
|
|||||||
tar -czf $(DIST).tar.gz $(DIST)
|
tar -czf $(DIST).tar.gz $(DIST)
|
||||||
rm -rf $(DIST)
|
rm -rf $(DIST)
|
||||||
|
|
||||||
check:
|
check: $(BIN)
|
||||||
@failed=0; \
|
@failed=0; \
|
||||||
for f in ./t/*; do \
|
for f in ./tests/*; do \
|
||||||
[ "$$f" = "./t/init.sh" ] && continue; \
|
[ "$$f" = "./tests/init.sh" ] && continue; \
|
||||||
[ -f "$$f" ] || continue; \
|
[ -f "$$f" ] || continue; \
|
||||||
name=$$(basename "$$f"); \
|
name=$$(basename "$$f"); \
|
||||||
sh "$$f"; rc=$$?; \
|
sh "$$f"; rc=$$?; \
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
# copyright notice and this permission notice appear in all copies.
|
# copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
. ./t/init.sh
|
. ./tests/init.sh
|
||||||
|
|
||||||
cat <<EOF >exp || framework_failure_
|
cat <<EOF >exp || framework_failure_
|
||||||
tcpl: Hello, World!
|
tcpl: Hello, World!
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
# copyright notice and this permission notice appear in all copies.
|
# copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
. ./t/init.sh
|
. ./tests/init.sh
|
||||||
|
|
||||||
cat <<EOF >exp || framework_failure_
|
cat <<EOF >exp || framework_failure_
|
||||||
tcpl: Hello, Seaman!
|
tcpl: Hello, Seaman!
|
||||||
Reference in New Issue
Block a user