source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_scalar_algo/CMakeLists.txt @ 1729

Last change on this file since 1729 was 1729, checked in by yushan, 5 years ago

GENERIC_TESTCASE : Each configuration is considered now as an independent test

File size: 921 bytes
Line 
1##############################
2# file generated by setup.py #
3#      DO NOT modify         #
4##############################
5
6cmake_minimum_required(VERSION 2.8.12.2)
7
8project(generic_testcase)
9
10find_package(PythonInterp REQUIRED)
11
12enable_testing()
13
14add_test( NAME test_scalar_algo_config0
15          COMMAND ${PYTHON_EXECUTABLE}
16          ${CMAKE_CURRENT_BINARY_DIR}/run_test_0.py
17          test_scalar_algo_config0)
18
19add_test( NAME test_scalar_algo_config1
20          COMMAND ${PYTHON_EXECUTABLE}
21          ${CMAKE_CURRENT_BINARY_DIR}/run_test_1.py
22          test_scalar_algo_config1)
23
24add_test( NAME test_scalar_algo_config2
25          COMMAND ${PYTHON_EXECUTABLE}
26          ${CMAKE_CURRENT_BINARY_DIR}/run_test_2.py
27          test_scalar_algo_config2)
28
29add_test( NAME test_scalar_algo_config3
30          COMMAND ${PYTHON_EXECUTABLE}
31          ${CMAKE_CURRENT_BINARY_DIR}/run_test_3.py
32          test_scalar_algo_config3)
33
Note: See TracBrowser for help on using the repository browser.