Skip to content

Commit

Permalink
Disable timing test for OSX
Browse files Browse the repository at this point in the history
It seems that the `date` command does not work on OSX like it does on Linux.
This is important to know.

I found this out while working #126 (but this change is not directly releated
to #126).
  • Loading branch information
bartlettroscoe committed Nov 3, 2016
1 parent e4f40fe commit 793de3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/ExamplesUnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ IF (NOT ${PROJECT_NAME}_HOSTTYPE STREQUAL "Windows")
TRIBITS_ADD_ADVANCED_TEST( TribitsExampleProject_ALL_PT_NoFortran_ConfigTiming
OVERALL_WORKING_DIRECTORY TEST_NAME
OVERALL_NUM_MPI_PROCS 1
XHOSTTYPE Darwin

TEST_0 CMND ${CMAKE_COMMAND}
MESSAGE "Do the initial configure with basic configure timing"
Expand Down

0 comments on commit 793de3d

Please sign in to comment.