Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Daniel Pfeifer
KWSys
Commits
2378855f
Commit
2378855f
authored
Apr 19, 2007
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless.
parent
d1bb06d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
CMakeLists.txt
CMakeLists.txt
+7
-3
No files found.
CMakeLists.txt
View file @
2378855f
...
...
@@ -872,9 +872,13 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
ENDFOREACH
(
test
)
# C++ tests
SET
(
KWSYS_CXX_TESTS
testAutoPtr
testHashSTL
IF
(
NOT WATCOM
)
SET
(
KWSYS_CXX_TESTS
testAutoPtr
testHashSTL
)
ENDIF
(
NOT WATCOM
)
SET
(
KWSYS_CXX_TESTS
${
KWSYS_CXX_TESTS
}
testRegistry
testIOS
testSystemTools
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment