source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_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: 577 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_axis_algo_config0
15          COMMAND ${PYTHON_EXECUTABLE}
16          ${CMAKE_CURRENT_BINARY_DIR}/run_test_0.py
17          test_axis_algo_config0)
18
19add_test( NAME test_axis_algo_config1
20          COMMAND ${PYTHON_EXECUTABLE}
21          ${CMAKE_CURRENT_BINARY_DIR}/run_test_1.py
22          test_axis_algo_config1)
23
Note: See TracBrowser for help on using the repository browser.