File: control_tests.cmake

package info (click to toggle)
siconos 4.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 82,496 kB
  • sloc: cpp: 159,693; ansic: 108,665; fortran: 33,248; python: 20,709; xml: 1,244; sh: 385; makefile: 226
file content (14 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(tools4tests)

if(WITH_${COMPONENT}_TESTING)
  # ----  Control tests ----
  begin_tests(src/tests DEPS "numerics;kernel;CPPUNIT::CPPUNIT")

  if(HAS_FORTRAN)
    new_test(SOURCES PIDTest.cpp ${SIMPLE_TEST_MAIN})
    new_test(SOURCES SMCTest.cpp ${SIMPLE_TEST_MAIN})
    new_test(SOURCES ObserverTest.cpp ${SIMPLE_TEST_MAIN})
    new_test(SOURCES TwistingTest.cpp ${SIMPLE_TEST_MAIN})
  endif()
  
endif()