renamed test directory to tests

This commit is contained in:
jez 2007-07-19 17:43:13 +00:00
parent 8e653a8e6f
commit 4861c93e6c
8969 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS= src test examples
SUBDIRS= src tests examples
install-data-local:
@echo "------------------------------------------------------------"
@ -37,7 +37,7 @@ pkgconfigdir = src/pkgconfig
pkgconfig_DATA = arabica.pc
test:
@cd test && make test;
@cd tests && make test;
@cd ..
docs:

Some files were not shown because too many files have changed in this diff Show more