Ignore:
Timestamp:
10/03/19 16:28:14 (5 years ago)
Author:
yushan
Message:

GENERIC_TESTCASE : Each configuration is considered now as an independent test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/CMakeLists.txt

    r1714 r1729  
     1############################## 
     2# file generated by setup.py # 
     3#      DO NOT modify         # 
     4############################## 
     5 
    16cmake_minimum_required(VERSION 2.8.12.2) 
    27 
    38project(generic_testcase) 
    49 
     10find_package(PythonInterp REQUIRED) 
    511 
    612enable_testing() 
    713 
     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) 
    818 
    9 add_test( axis_algo ./run_sub_test.sh) 
     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 TracChangeset for help on using the changeset viewer.