Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildProjectTendBinary ¶
BuildProjectTendBinary finds the project's tend test runner source, builds it, and returns the path to the executable. It always rebuilds to ensure the latest changes are included.
func FindTendBinary ¶
FindTendBinary searches for a binary containing "tend" in its name within the project. It first finds grove config, then looks in common binary locations relative to the project root. Deprecated: Use BuildProjectTendBinary instead, which always rebuilds for latest changes.
func GetBinaryPath ¶
GetBinaryPath finds the project's main binary by searching for grove config (grove.toml or grove.yml) starting from the given root directory and walking up.
Types ¶
type BinaryConfig ¶
BinaryConfig holds the binary configuration from the grove config's [binary] section.