Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
monoburg
Commits
e32a800d
Commit
e32a800d
authored
Jan 21, 2013
by
Akim Demaille
Browse files
tests: fix display of results
* tests/Makefile.am: Display in the correct order. Use diff -u.
parent
1a5c6925
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
e32a800d
...
...
@@ -28,9 +28,9 @@ SUFFIXES = .brg .test
$(top_builddir)
/src/monoburg
$(EXEEXT)
$<
>
$@
.c.test
:
diff_tool
=
diff
;
\
diff_tool
=
'
diff
-u'
;
\
test
x
$(VERBOSE)
=
x
&&
diff_tool
=
cmp
;
\
if
!
$$
diff_tool
$<
$(srcdir)
/
$<
.ref
;
then
\
if
!
$$
diff_tool
$(srcdir)
/
$<
.ref
$<
;
then
\
cp
-f
$<
$<
.fail
;
\
echo
'rm $$0; exit 1'
>
$@
;
\
else
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment