Skip to content
Snippets Groups Projects
Commit bc8c890d authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Removal of empty test directories

parent 809dbc1c
No related branches found
No related tags found
No related merge requests found
# Large test, employing the full simulator.
# validated using deltas on output data
add_subdirectory(delta)
# Test for the internode communication (eg. mpi)
add_subdirectory(global_communication)
# Test to check integration between components of the site_name
add_subdirectory(integration)
# Check for performance: This could include stand alone tests
# These do not necessarily be run automatically
add_subdirectory(performance)
# Numbered tests based on bugs in the tracker
add_subdirectory(regression)
# google test framework # google test framework
add_library(gtest gtest-all.cpp) add_library(gtest gtest-all.cpp)
# tests look for gtest.h here # tests look for gtest.h here
include_directories(${CMAKE_CURRENT_SOURCE_DIR}) include_directories(${CMAKE_CURRENT_SOURCE_DIR})
# Unit tests # Unit tests
add_subdirectory(unit) add_subdirectory(unit)
# Test validating models, possebly needing other software installed # Test validating models, possebly needing other software installed
add_subdirectory(validation) add_subdirectory(validation)
# Test for the internode communication (eg. mpi)
add_subdirectory(global_communication)
# Proposed additional test types:
# Large test, employing the full simulator. validated using deltas on output data
# Test to check integration between components
# Tests for performance: This could include stand alone tests. These do not necessarily be run automatically
# Numbered tests based on bugs in the tracker
# Nothing to be done yet
# Nothing to be done yet
# Nothing to be done yet
# Nothing to be done yet
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment