Skip to content
Snippets Groups Projects
Commit 868773d2 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-207: IF(BUILD_TESTING)

parent 2631de65
No related branches found
No related tags found
1 merge request!175Resolve TMSS-207
......@@ -18,7 +18,9 @@
# $Id$
include(LofarCTest)
lofar_add_test(t_hdf5_io)
set_tests_properties(t_hdf5_io PROPERTIES TIMEOUT 300)
IF(BUILD_TESTING)
lofar_add_test(t_hdf5_io)
set_tests_properties(t_hdf5_io PROPERTIES TIMEOUT 300)
ENDIF(BUILD_TESTING)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment