File: CMakeLists.txt

package info (click to toggle)
eckit 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 11,052 kB
  • sloc: cpp: 111,135; ansic: 2,826; yacc: 590; lex: 361; python: 302; sh: 162; makefile: 65
file content (25 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ecbuild_add_test( TARGET  eckit_test_runtime_producer
                  SOURCES test_producer.cc
                  ENVIRONMENT _TEST_ECKIT_HOME=/tmp/$ENV{USER}
                  LIBS    eckit
)

ecbuild_add_test( TARGET  eckit_test_runtime_telemetry
                  SOURCES test_telemetry.cc
                  LIBS    eckit
)

ecbuild_add_test( TARGET  eckit_test_runtime_context
                  SOURCES test_context.cc
                  LIBS    eckit
)

ecbuild_add_test( TARGET  eckit_test_runtime_taskinfo
                  SOURCES test_taskinfo.cc
                  LIBS    eckit
)

ecbuild_add_test( TARGET  eckit_test_runtime_metrics
                  SOURCES test_metrics.cc
                  LIBS    eckit
)