summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-10-25 06:59:10 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-10-25 06:59:10 (GMT)
commitfa4ab23b9ec53375d13ca43daad741f25215be6f (patch)
tree6776365ba9adc479e02ff476ab86ba86f1bf6f63 /test
parente54d15a26ca33a093730861b517604b9305faf67 (diff)
downloadhdf5-fa4ab23b9ec53375d13ca43daad741f25215be6f.zip
hdf5-fa4ab23b9ec53375d13ca43daad741f25215be6f.tar.gz
hdf5-fa4ab23b9ec53375d13ca43daad741f25215be6f.tar.bz2
[svn-r21664] Added solution folders for most of the projects. This still needs some polish - the solution folder assignment should go closer to the target declaration and not all projects are grouped (parallel, c++, fortran, hl, and a few others).
Tested on Windows.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ab19fea..95f021d 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -176,6 +176,7 @@ ADD_TEST (
)
ADD_TEST (NAME testhdf5 COMMAND $<TARGET_FILE:testhdf5>)
SET_TESTS_PROPERTIES(testhdf5 PROPERTIES DEPENDS h5test-clear-testhdf5-objects)
+
##############################################################################
##############################################################################
@@ -313,6 +314,7 @@ ENDFOREACH (test ${H5_TESTS})
SET_TESTS_PROPERTIES(flush2 PROPERTIES DEPENDS flush1)
+
##############################################################################
##############################################################################
### A D D I T I O N A L T E S T S ###
@@ -629,3 +631,17 @@ IF (HDF5_BUILD_GENERATORS AND NOT BUILD_SHARED_LIBS)
ENDIF (HDF5_BUILD_GENERATORS AND NOT BUILD_SHARED_LIBS)
+#-- Put the tests in a solution folder in Visual Studio
+set_target_properties(hdf5_test PROPERTIES FOLDER libraries)
+FOREACH (test ${H5_TESTS})
+ set_target_properties(${test} PROPERTIES FOLDER test)
+ENDFOREACH (test ${H5_TESTS})
+set_target_properties(testhdf5 PROPERTIES FOLDER test)
+set_target_properties(cache PROPERTIES FOLDER test)
+set_target_properties(cache_api PROPERTIES FOLDER test)
+set_target_properties(cache_tagging PROPERTIES FOLDER test)
+set_target_properties(ttsafe PROPERTIES FOLDER test)
+set_target_properties(err_compat PROPERTIES FOLDER test)
+set_target_properties(error_test PROPERTIES FOLDER test)
+set_target_properties(links_env PROPERTIES FOLDER test)
+