ICU-5773 add 'tests' target, to build tests but not run them.
X-SVN-Rev: 21930
This commit is contained in:
parent
5bd3f677d5
commit
f05f70645b
@ -59,7 +59,7 @@ EXTRA_DATA =
|
||||
install-recursive clean clean-local clean-recursive distclean \
|
||||
distclean-local distclean-recursive doc dist dist-local dist-recursive \
|
||||
check check-local check-recursive clean-recursive-with-twist install-icu \
|
||||
doc install-doc
|
||||
doc install-doc tests
|
||||
|
||||
## Clear suffix list
|
||||
.SUFFIXES :
|
||||
@ -144,6 +144,10 @@ endif
|
||||
$(DESTDIR)$(pkglibdir)/%: $(top_srcdir)/../data/%
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
# Build the tests, but don't run them.
|
||||
tests: all
|
||||
$(MAKE) -C $(top_builddir)/test
|
||||
|
||||
dist-local:
|
||||
|
||||
clean-local:
|
||||
|
Loading…
Reference in New Issue
Block a user