diff options
Diffstat (limited to 'testsuite/make.tests')
-rwxr-xr-x | testsuite/make.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/make.tests b/testsuite/make.tests index c92c69340..a12e50b8b 100755 --- a/testsuite/make.tests +++ b/testsuite/make.tests | |||
@@ -652,6 +652,8 @@ B = b | |||
652 | target: | 652 | target: |
653 | ifeq ($(A),a) | 653 | ifeq ($(A),a) |
654 | @echo A OK | 654 | @echo A OK |
655 | else | ||
656 | @echo A not OK | ||
655 | endif | 657 | endif |
656 | ifneq "a" "$B" | 658 | ifneq "a" "$B" |
657 | @echo B OK | 659 | @echo B OK |