Index: ChangeLog
from Simon Odou <simon(a)lrde.epita.fr>
* tests/check/Makefile.runtests: Fix a mis-spellt `runtests' call.
Makefile.runtests | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: tests/check/Makefile.runtests
--- tests/check/Makefile.runtests (revision 266)
+++ tests/check/Makefile.runtests (working copy)
@@ -16,7 +16,7 @@
CPPFLAGS="$(CPPFLAGS_RUNTESTS)" \
CXXFLAGS="$(CXXFLAGS_RUNTESTS)" \
LDADD="$(LDADD_RUNTESTS)" \
- $(SHELL) $(top_srcdir)/contrib/runtesst $(TESTS)
+ $(SHELL) $(top_srcdir)/contrib/runtests $(TESTS)
distclean-runtests:
rm -rf runs
Show replies by date