File: jamfile

package info (click to toggle)
log4cpp 1.1.1-3~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,960 kB
  • sloc: sh: 9,583; cpp: 6,094; ansic: 1,049; makefile: 273
file content (21 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 ]
  ;