See: lib/src/main/kotlin/.../index/suffixtree/SuffixTree.kt
See: app/src/main/kotlin/.../Main.kt
./gradlew :lib:test
runs the unit tests for the library, which includes fuzz tests (<10s run time on my machine)../gradlew :lib:performanceTest
runs some performance tests for the library, although these depend on having the input data cloned, using the scriptscripts/fetch-performance-test-data.sh
. If the data isn't there, the tests will be skipped.