Mercurial > ~dholland > hg > tradcpp > index.cgi
diff tests/Makefile @ 48:0af03c5571e0
Use diff -u.
author | David A. Holland |
---|---|
date | Sat, 30 Mar 2013 23:29:08 -0400 |
parents | eaa154ded584 |
children | 8a204d153398 ce9347338583 |
line wrap: on
line diff
--- a/tests/Makefile Sat Mar 30 23:05:59 2013 -0400 +++ b/tests/Makefile Sat Mar 30 23:29:08 2013 -0400 @@ -8,7 +8,7 @@ run-tests: $(T).diff $(T).diff: $(T).run $(T).good $(TRADCPP) - -diff $(T).good $(T).run > $(T).diff + -diff -u $(T).good $(T).run > $(T).diff $(T).run: $(TRADCPP) $(T).c $(TRADCPP) $(T).c > $(T).run 2>&1 || echo FAILED >> $(T).run