diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-15 15:38:48 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-15 15:38:48 (GMT) |
commit | 4e19acea5ae1286f1f5161a0aea94b978fb6374f (patch) | |
tree | 3b21148245896b6715826e4325a1499b576888f0 /src/tests/CMakeLists.txt | |
parent | c5f104e395ea4b2635adaba462bbaba766ab5f0d (diff) |
Test parallel i/o (not very quick atm).
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r-- | src/tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index de39fbe..1a276ed 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -19,6 +19,9 @@ target_link_libraries(md_openmp tng_io ${OpenMP_LIBS} m) add_executable(tng_io_read_pos tng_io_read_pos.c) target_link_libraries(tng_io_read_pos tng_io) +add_executable(tng_parallel_read tng_parallel_read.c) +target_link_libraries(tng_parallel_read tng_io) + if(BUILD_FORTRAN) # This does not work due to a bug in CMake. Remove lines below if no fortran compiler is found. enable_language(Fortran OPTIONAL) |