File: CMakeLists.txt

package info (click to toggle)
fortran-stdlib 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,008 kB
  • sloc: f90: 24,178; ansic: 1,244; cpp: 623; python: 119; makefile: 13
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
ADD_EXAMPLE(check1)
set_tests_properties(check1 PROPERTIES WILL_FAIL true)
ADD_EXAMPLE(check2)
set_tests_properties(check2 PROPERTIES WILL_FAIL true)
ADD_EXAMPLE(check3)
ADD_EXAMPLE(check4)
set_tests_properties(check4 PROPERTIES SKIP_RETURN_CODE 77)
ADD_EXAMPLE(error_stop1)
set_tests_properties(error_stop1 PROPERTIES WILL_FAIL true)
ADD_EXAMPLE(error_stop2)
set_tests_properties(error_stop2 PROPERTIES WILL_FAIL true)
ADD_EXAMPLE(error_state1)
ADD_EXAMPLE(error_state2)