File: CMakeLists.txt

package info (click to toggle)
eckit 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,044 kB
  • sloc: cpp: 111,103; ansic: 2,826; yacc: 590; lex: 361; python: 302; sh: 162; makefile: 53
file content (14 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
option( ENABLE_ECKIT-351 "Control if ECKIT-351 tests should be enabled" ON )

ecbuild_add_test( TARGET      eckit_test_memory_counted
                  SOURCES     test_counted.cc
                  LIBS        eckit )

ecbuild_add_test( TARGET      eckit_test_memory_factory
                  SOURCES     test_factory.cc
                  LIBS        eckit )

ecbuild_add_test( TARGET      eckit_test_memory_mmap
                  SOURCES     test_memory_mmap.cc
                  LIBS        eckit
                  CONDITION   ENABLE_ECKIT-351 )