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