Skip to content

Commit

Permalink
Recover unit tests (#12)
Browse files Browse the repository at this point in the history
and delete benchmarker which won't be used in the future
  • Loading branch information
havogt authored Jul 20, 2017
1 parent 3038d5e commit d77fdc3
Show file tree
Hide file tree
Showing 19 changed files with 295 additions and 1,559 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ file(GLOB_RECURSE GT_VERIFICATION_UNITTEST_HEADERS
include_directories( src )
file(GLOB_RECURSE GT_VERIFICATION_SOURCES "src/*.cpp")

if( GRIDTOOLS_ROOT )
message( STATUS "GridTools is available: ${GRIDTOOLS_ROOT}/include" )
include_directories( ${GRIDTOOLS_ROOT}/include )
add_definitions(-DHAS_GRIDTOOLS)
endif()

add_library( gridtools_verification ${GT_VERIFICATION_SOURCES} )
add_dependencies( gridtools_verification googletest serialbox )
target_link_libraries( gridtools_verification ${Boost_LIBRARIES} )
Expand Down
49 changes: 0 additions & 49 deletions src/benchmark.h

This file was deleted.

230 changes: 0 additions & 230 deletions src/benchmark/benchmark_reporter.cpp

This file was deleted.

89 changes: 0 additions & 89 deletions src/benchmark/benchmark_reporter.h

This file was deleted.

Loading

0 comments on commit d77fdc3

Please sign in to comment.