summaryrefslogtreecommitdiff
path: root/tests/gobang.go (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-08tests/gobang.go: Add tests for most missing functionsEuAndreh2-83/+674
2024-08-06tests/gobang.go: Add tests to more functionsEuAndreh2-28/+173
2024-08-06Run in parallel slow testsEuAndreh2-3/+38
2024-08-06tests/gobang.go: Add tests for Random(), Salt() and Hash()EuAndreh2-2/+44
2024-08-06Makefile: Separate dependencies and definition of $(tests.bin-check)EuAndreh1-0/+1
2024-08-06Add tests for UUID functionsEuAndreh2-49/+220
2024-08-05Start using TestStart() and Testing()EuAndreh4-143/+206
2024-08-05Makefile: Build with "go tool compile" and "go tool link"EuAndreh5-44/+58
2024-08-04rm src/cmd/main.goEuAndreh1-7/+0
2024-08-04rm go.modEuAndreh1-3/+0
2024-08-03Add noop mkdeps.sh and deps.mk filesEuAndreh2-0/+10
2024-08-03rm tests/cli-opts.shEuAndreh1-4/+0
2024-08-03rm src/export_test.goEuAndreh1-3/+0
2024-08-03Makefile: Include go.mod file in $(sources)EuAndreh1-0/+1
2024-07-22src/lib.go: Add CopyData()EuAndreh1-0/+20
2024-07-22Reorder codeEuAndreh2-403/+501
2024-07-10Copy code from x/golang/scrypt: get scrypt(), and also import testsEuAndreh2-0/+601
2024-07-09src/lib.go: Add level filter to decide when to log or when to emit metricEuAndreh1-0/+34
2024-07-09src/lib.go: Remove mmain()EuAndreh1-4/+0
2024-05-16Initial implementation: include code from papodEuAndreh8-0/+459