Port test SUBDIRS to Solaris 10
* test/Makefile.in (SUBDIRS): Port to traditional ‘find’, which lacks -path.
This commit is contained in:
parent
250a5e8bdd
commit
b0ed2d1f46
1 changed files with 2 additions and 1 deletions
|
@ -240,7 +240,8 @@ $(foreach test,${TESTS},$(eval $(call test_template,${test})))
|
|||
|
||||
## Get the tests for only a specific directory.
|
||||
SUBDIRS = $(sort $(shell cd ${srcdir} && find lib-src lisp misc src -type d \
|
||||
! \( -path "*resources*" -o -path "*auto-save-list" \) -print))
|
||||
\( -name '*resources*' -prune \
|
||||
-o ! -name '*auto-save-list' -print \)))
|
||||
SUBDIR_TARGETS =
|
||||
|
||||
define subdir_template
|
||||
|
|
Loading…
Add table
Reference in a new issue