-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now 'make build' builds stand-alone Tcl script 'seguid' from src/segu…
…id-cli.tcl, which in turn sources src/*.tcl files
- Loading branch information
1 parent
548eed5
commit 862677d
Showing
7 changed files
with
696 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule seguid-tests
updated
24 files
+1 −1 | .github/workflows/check-javascript.yml | |
+4 −1 | .github/workflows/check-python.yml | |
+4 −1 | .github/workflows/check-r.yml | |
+3 −3 | .gitmodules | |
+38 −9 | Makefile | |
+64 −12 | README.md | |
+23 −0 | tests-api/20.seguid-v1.bats | |
+221 −0 | tests-api/40.seguid-v2.bats | |
+65 −0 | tests-api/60.alphabets-custom.bats | |
+68 −0 | tests-api/80.locales.bats | |
+1 −0 | tests-api/bats | |
+1 −0 | tests-api/test_helper | |
+64 −0 | tests-api/utils.sh | |
+35 −0 | tests-cli/01.cli-help.bats | |
+31 −0 | tests-cli/20.seguid-v1.bats | |
+330 −0 | tests-cli/40.seguid-v2.bats | |
+87 −0 | tests-cli/60.alphabets-custom.bats | |
+83 −0 | tests-cli/70.alphabets-built-in.bats | |
+77 −0 | tests-cli/80.locales.bats | |
+173 −0 | tests-cli/90.exceptions.bats | |
+0 −0 | tests-cli/bats | |
+0 −0 | tests-cli/test_helper/bats-assert | |
+0 −0 | tests-cli/test_helper/bats-support | |
+0 −719 | tests/cli.bats |
Oops, something went wrong.