mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
This commit lets us perform make commands of the following form: `make unit pkg=accounts` which will run all the tests in the specified package. Or you can do `make unit pkg=accounts case=TestAccountStore` to run a specific test in the specified package. |
||
|---|---|---|
| .. | ||
| builder.Dockerfile | ||
| compile_flags.mk | ||
| release_flags.mk | ||
| testing_flags.mk | ||