ICU-681 make it easier to run selected subtests [Makefile.local for cintltest]
X-SVN-Rev: 3095
This commit is contained in:
parent
6613dba8a4
commit
1ac9d2f0e6
@ -89,8 +89,10 @@ clean-local:
|
||||
distclean-local: clean-local
|
||||
$(RMV) Makefile
|
||||
|
||||
-include Makefile.local
|
||||
|
||||
check-local: all-local
|
||||
ICU_DATA=$(top_builddir)/data/ TZ=PST8PDT $(INVOKE) ./$(TARGET)
|
||||
ICU_DATA=$(top_builddir)/data/ TZ=PST8PDT $(INVOKE) ./$(TARGET) $(CINTLTEST_OPTS)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
Loading…
Reference in New Issue
Block a user