Disable debuginfo tests on mac since gdb requires root

This commit is contained in:
Brian Anderson 2013-03-12 11:58:50 -07:00
parent 6152425180
commit 3976e56bfe
1 changed files with 4 additions and 0 deletions

View File

@ -386,6 +386,10 @@ ifeq ($(CFG_GDB),)
CTEST_DISABLE_debuginfo = "no gdb found"
endif
ifeq ($(CFG_OSTYPE),apple-darwin)
CTEST_DISABLE_debuginfo = "gdb on darwing needs root"
endif
define DEF_CTEST_VARS
# All the per-stage build rules you might want to call from the