Skip to content

Commit

Permalink
checkin-test-atdm.sh: Set -DTrilinos_TRACE_ADD_TEST=ON (TRIL-171)
Browse files Browse the repository at this point in the history
So we can see what tests are added or not and why.  This was useful for
checking on disabling some tests for trilinos#2410.
  • Loading branch information
bartlettroscoe committed Mar 23, 2018
1 parent 9f8a83c commit a26f4a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/std/atdm/utils/checkin-test-atdm-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ else
CHECKIN_TEST_USE_NINJA_ARG=
fi

echo "-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake" \
echo "-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/atdm/ATDMDevEnv.cmake
-DTrilinos_TRACE_ADD_TEST=ON" \
>> $ATDM_JOB_NAME_KEYS.config

echo
Expand Down

0 comments on commit a26f4a9

Please sign in to comment.