diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-05 14:45:17 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-05 14:45:17 +0900 |
| commit | 129cb230781d0258cd837486e436ba9ad471bc89 (patch) | |
| tree | c3165d8367c355a05d07281ac5386fec29cb4fba /BUILD.md | |
| parent | d22812e91790e1f7cec00319ff1b68776cc62aad (diff) | |
| download | fzf-129cb230781d0258cd837486e436ba9ad471bc89.tar.gz | |
Require Go 1.23
Diffstat (limited to 'BUILD.md')
| -rw-r--r-- | BUILD.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -6,7 +6,7 @@ Build instructions ### Prerequisites -- Go 1.20 or above +- Go 1.23 or above ### Using Makefile @@ -41,6 +41,20 @@ make release > --profile-block /tmp/block.pprof --profile-mutex /tmp/mutex.pprof > ``` +Running tests +------------- + +```sh +# Run go unit tests +make test + +# Run integration tests (requires to be on tmux) +make itest + +# Run a single test case +ruby test/runner.rb --name test_something +``` + Third-party libraries used -------------------------- |
