changeset 48:0af03c5571e0

Use diff -u.
author David A. Holland
date Sat, 30 Mar 2013 23:29:08 -0400
parents 2e25e55dba6b
children 8a204d153398 ce9347338583
files tests/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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