]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
ignore affinity quick test on mac
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Nov 2013 00:19:03 +0000 (00:19 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Nov 2013 00:19:03 +0000 (00:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@31538 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/tests/quick_tests/CMakeLists.txt

index fc75fe491d61fa2ceba5fc005807a00b9e1bbce8..9678fe486b12dc725da1fb3365a42c39d10bcfcf 100644 (file)
@@ -77,6 +77,7 @@ ADD_CUSTOM_TARGET(${_target}.run
        DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_target}-OK
        COMMAND echo "${_target}: PASSED.")
 
+IF(NOT APPLE)
 ADD_TEST(NAME ${_target}
     COMMAND ${CMAKE_COMMAND} -DTRGT=${_target}.run -DTEST=${_target}
       -DDEAL_II_BINARY_DIR=${CMAKE_BINARY_DIR}
@@ -84,7 +85,7 @@ ADD_TEST(NAME ${_target}
     WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
     )
 SET_TESTS_PROPERTIES(${_target} PROPERTIES LABEL "sanity checks")
-
+ENDIF()
 
 # test if MPI is configured correctly
 SET(_target mpi.${_mybuild_lowercase})

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.