File: CMakeLists.txt

package info (click to toggle)
clhep 2.1.4.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,012 kB
  • sloc: cpp: 50,094; sh: 6,694; makefile: 2,694; perl: 28
file content (14 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

set( Exceptions_tests testExceptions
		      testThrowFrom
		      exctest1 	
		      exctest2 	
		      exctest3 	
		      exctest4 	
 		      exctestNothrow )

foreach ( test ${Exceptions_tests} )
  clhep_test( ${test} )
endforeach ( test ${Exceptions_tests} )

clhep_test( testzmex FAIL )