Fix typo in tests makefile
This commit is contained in:
parent
52888a7c47
commit
38e008eccd
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CFG_OSTYPE),apple-darwin)
|
ifeq ($(CFG_OSTYPE),apple-darwin)
|
||||||
CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root"
|
CTEST_DISABLE_debuginfo-gdb = "gdb on darwin needs root"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that
|
# CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue