* Makefile.am (SUBDIRS): Put examples before tests, so that

"make check" doesn't finish with "All 1 tests passed".
This commit is contained in:
Paul Eggert
2005-07-25 06:45:32 +00:00
parent 3d54b57635
commit ca5d201376
2 changed files with 4 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = config po runtime-po lib data src doc tests examples
SUBDIRS = config po runtime-po lib data src doc examples tests
# Files installed for use by Automake.
aclocaldir = @aclocaldir@