Skip to content

Commit

Permalink
even more fixes to build test suite with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed May 22, 2017
1 parent 149eece commit 26dc0be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tests/suite/programs/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
add_subdirectory(attributes)
add_subdirectory(scalars)
add_subdirectory(global_array)
add_subdirectory(global_array_time)
add_subdirectory(local_array)
2 changes: 1 addition & 1 deletion tests/suite/programs/examples/global_array/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if(BUILD_FORTRAN)
target_link_libraries(global_array_write_F adiosf ${ADIOSLIB_LDADD})
add_custom_command(
OUTPUT gwrite_temperature.fh
COMMAND ${PROJECT_SOURCE_DIR}/utils/gpp/gpp.py ${PROJECT_SOURCE_DIR}/tests/suite/programs/examples/global_array/global_array_F.xml
COMMAND ${PROJECT_BINARY_DIR}/utils/gpp/gpp.py ${PROJECT_SOURCE_DIR}/tests/suite/programs/examples/global_array/global_array_F.xml
DEPENDS global_array_F.xml
)
add_executable(global_array_write_noxml_F global_array_write_noxml_F.F90)
Expand Down

0 comments on commit 26dc0be

Please sign in to comment.