File: jamfile

package info (click to toggle)
log4cpp 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,444 kB
  • sloc: cpp: 6,715; sh: 3,670; ansic: 1,049; makefile: 295
file content (22 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project log4cpp/tests : requirements <source>..//log4cpp ;

import testing ;

test-suite log4cpp :
  [ run testCategory.cpp ]
  [ run testFixedContextCategory.cpp ]
  [ run testNDC.cpp ]
  [ run testDLL.cpp ]
  [ run testPattern.cpp ]
  [ run testErrorCollision.cpp ]
  [ run testPriority.cpp ]
  [ run testFilter.cpp ]
  [ run testProperties.cpp ../src/Properties.cpp ../src/StringUtil.cpp : : : <include>../src ]
  [ run testConfig.cpp ]
  [ run testPropertyConfig.cpp ]
  [ run testmain.cpp ]
  [ run testPropConfig.cpp ]
  [ run test_convenience.cpp ]
  [ run testRollingFileAppender.cpp ]
  [ run testDailyRollingFileAppender.cpp ]
  ;