blob: 07e6e3264d3556db1448ffb2aa5bb0605fc30363 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tests/Makefile.in.orig 2013-05-26 20:58:37.000000000 -0400
+++ tests/Makefile.in 2013-05-29 11:18:38.000000000 -0400
@@ -674,7 +674,7 @@
.PHONY: test-sym-resolver
test-sym-resolver: symresolve
- @$(top_builddir)/tests/$< > $@.out
+ @$(top_builddir)/tests/symresolve > $@.out
@diff -w $(srcdir)/symresolve.ref $@.out && echo "$@: passed."
.PHONY: oprtest
|