Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
1c39215b39 |
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ all:
|
|||
|
||||
testability:
|
||||
@test -f "$(TEST_GUARD)" || \
|
||||
{ echo 'Error: Tree not testable -- run "make all" (or "make test") from project root to fix that!' >&2; exit 1; }
|
||||
{ echo 'Error: Tree not testable -- run "make all" (or "make test") from the project\'s root to fix' >&2; exit 1; }
|
||||
|
||||
invalidate-testability:
|
||||
$(RM) -f "$(TEST_GUARD)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue