1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

refactoring

This commit is contained in:
deadc0de6
2023-01-28 12:01:37 +01:00
committed by deadc0de
parent 3be6a74a7b
commit 8a3c40b92a
5 changed files with 4 additions and 4 deletions

8
tests.sh vendored
View File

@@ -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"