Module dentist.common.external
This package holds function for easy verification of external tools' existence.
See also
Structs
| Name | Description |
|---|---|
ExternalDependency
|
Used as a decorator to mark external dependencies. External dependencies
are executable that are expected to be on the PATH.
|
Manifest constants
| Name | Type | Description |
|---|---|---|
externalDependencies
|
All external dependencies in DENTIST. Note that the actual list depends
on the build config (testing or not). You can get a valid list by
calling dentist -d.
|