mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
renamed test directory to tests
This commit is contained in:
parent
8e653a8e6f
commit
4861c93e6c
8969 changed files with 2 additions and 2 deletions
|
@ -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
Loading…
Reference in a new issue