You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
## Generated by Autogen from Makefile.am.tpl
|
|
|
|
TESTSUITE = %D%/testsuite
|
|
AUTOTEST = $(AUTOM4TE) --language=Autotest
|
|
TESTSUITE_AT = \
|
|
%D%/appender_test.at \
|
|
%D%/configandwatch_test.at \
|
|
%D%/customloglevel_test.at \
|
|
%D%/fileappender_test.at \
|
|
%D%/filter_test.at \
|
|
%D%/headers.at \
|
|
%D%/hierarchy_test.at \
|
|
%D%/local.at \
|
|
%D%/loglog_test.at \
|
|
%D%/ndc_test.at \
|
|
%D%/ostream_test.at \
|
|
%D%/patternlayout_test.at \
|
|
%D%/performance_test.at \
|
|
%D%/priority_test.at \
|
|
%D%/propertyconfig_test.at \
|
|
%D%/testsuite.at \
|
|
%D%/thread_test.at \
|
|
%D%/timeformat_test.at \
|
|
%D%/unit_tests.at
|
|
|
|
|
|
all: $(TESTSUITE)
|
|
|
|
$(TESTSUITE): $(TESTSUITE_AT) %D%/atlocal.in
|
|
cd "$(abs_top_srcdir)" && $(AUTOTEST) -I tests %D%/testsuite.at -o $@
|
|
|
|
%D%/atconfig: $(top_builddir)/config.status
|
|
cd "$(top_builddir)" && ./config.status $@
|
|
|
|
check-local: %D%/atconfig %D%/atlocal $(TESTSUITE)
|
|
cd "$(top_builddir)/tests" && $(SHELL) "$(abs_top_srcdir)/$(TESTSUITE)" $(TESTSUITEFLAGS)
|
|
|
|
clean-local:
|
|
cd "$(top_builddir)/tests" && (test ! -f "$(abs_top_srcdir)/$(TESTSUITE)" || $(SHELL) "$(abs_top_srcdir)/$(TESTSUITE)" --clean)
|
|
|
|
EXTRA_DIST += %D%/testsuite.at $(TESTSUITE) %D%/atlocal.in
|
|
|
|
|