File: CMakeLists.txt

package info (click to toggle)
blitz%2B%2B 1%3A1.0.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,568 kB
  • sloc: cpp: 57,803; python: 1,941; fortran: 1,510; f90: 852; makefile: 833; sh: 321
file content (19 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
add_definitions(-DBZ_DEBUG)

add_custom_target(testsuite)

UNITTEST(testsuite module module1.cpp module2.cpp)

TESTS(testsuite
      Adnene-Ben-Abdallah-1 Adnene-Ben-Abdallah-2 arrayresize chris-jeffery-1 chris-jeffery-2
      chris-jeffery-3 complex-test constarray contiguous copy ctors derrick-bass-1 derrick-bass-3
      exprctor extract free gary-huber-1 initialize interlace iter Josef-Wagenhuber loop1
      matthias-troyer-1 matthias-troyer-2 mattias-lindstroem-1 minmax minsumpow newet
      Olaf-Ronneberger-1 patrik-jonsson-1 peter-bienstman-1 peter-bienstman-2 peter-bienstman-3
      peter-bienstman-4 peter-bienstman-5 peter-nordlund-1  peter-nordlund-2 peter-nordlund-3
      promote qcd reduce reindex reverse shapecheck shape storage stub theodore-papadopoulo-1
      tinymat tinyvec transpose troyer-genilloud Ulisses-Mello-1 wei-ku-1 where zeek-1)

add_custom_target(check-testsuite
                  DEPENDS blitz testsuite
                  COMMAND ${CMAKE_BUILD_TOOL} test)