File: testsuite.at

package info (click to toggle)
log4cplus 2.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,592 kB
  • sloc: cpp: 53,091; sh: 10,537; ansic: 1,845; python: 1,226; perl: 263; makefile: 209; xml: 85; objc: 59
file content (30 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Process with autom4te to create an -*- Autotest -*- test suite.

m4_define([AT_PACKAGE_STRING],    [log4cplus])
m4_define([AT_PACKAGE_BUGREPORT], [log4cplus-devel@lists.sourceforge.net])

AT_INIT([log4cplus])
AT_COLOR_TESTS

m4_include([local.at])

AT_BANNER([separate headers compilation])
m4_include([headers.at])

AT_BANNER([other tests])
m4_include([appender_test.at])
m4_include([configandwatch_test.at])
m4_include([customloglevel_test.at])
m4_include([fileappender_test.at])
m4_include([filter_test.at])
m4_include([hierarchy_test.at])
m4_include([loglog_test.at])
m4_include([ndc_test.at])
m4_include([ostream_test.at])
m4_include([patternlayout_test.at])
m4_include([performance_test.at])
m4_include([priority_test.at])
m4_include([propertyconfig_test.at])
m4_include([thread_test.at])
m4_include([timeformat_test.at])
m4_include([unit_tests.at])