mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
refactoring
This commit is contained in:
0
test-doc.sh → check-doc.sh
vendored
0
test-doc.sh → check-doc.sh
vendored
0
test-syntax.sh → check-syntax.sh
vendored
0
test-syntax.sh → check-syntax.sh
vendored
0
test-ng.sh → check-tests-ng.sh
vendored
0
test-ng.sh → check-tests-ng.sh
vendored
0
test-unittest.sh → check-unittests.sh
vendored
0
test-unittest.sh → check-unittests.sh
vendored
8
tests.sh
vendored
8
tests.sh
vendored
@@ -27,19 +27,19 @@ echo "current version ${dotdrop_version}"
|
||||
|
||||
# test syntax
|
||||
echo "checking syntax..."
|
||||
"${cur}"/test-syntax.sh
|
||||
"${cur}"/check-syntax.sh
|
||||
|
||||
# test doc
|
||||
echo "checking documentation..."
|
||||
"${cur}"/test-doc.sh
|
||||
"${cur}"/check-doc.sh
|
||||
|
||||
# unittest
|
||||
echo "unittest..."
|
||||
"${cur}"/test-unittest.sh
|
||||
"${cur}"/check-unittests.sh
|
||||
|
||||
# tests-ng
|
||||
echo "tests-ng..."
|
||||
"${cur}"/test-ng.sh
|
||||
"${cur}"/check-tests-ng.sh
|
||||
|
||||
## done
|
||||
echo "All tests finished successfully"
|
||||
|
||||
Reference in New Issue
Block a user