Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
0f3a09e6
Commit
0f3a09e6
authored
Jul 20, 2011
by
Lynn Garren
Browse files
not all tests work under DOS
parent
f819bcad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Matrix/test/CMakeLists.txt
View file @
0f3a09e6
...
...
@@ -6,9 +6,11 @@ set( Matrix_tests testMatrix
testInversion
testBug6176
)
# leak test (bug 7328) does not work on MacOSX
# leak test (bug 7328) does not work on MacOSX
or DOS
if
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Darwin"
)
set
(
Matrix_simple_tests testBug6181
)
elseif
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Windows"
)
set
(
Matrix_simple_tests testBug6181
)
else
()
set
(
Matrix_simple_tests testBug6181
testBug7328
)
...
...
Random/test/CMakeLists.txt
View file @
0f3a09e6
set
(
Random_tests testRandom
testRandDists
)
if
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Windows"
)
set
(
Random_simple_tests testSaveEngineStatus
testInstanceRestore
testSaveSharedEngines
testStaticStreamSave
testAnonymousEngineRestore
testVectorSave
testBug73093
testEngineCopy
testDistCopy
testRanecuSequence
)
else
()
set
(
Random_simple_tests testSaveEngineStatus
testInstanceRestore
testSaveSharedEngines
...
...
@@ -12,6 +24,7 @@ set( Random_simple_tests testSaveEngineStatus
testEngineCopy
testDistCopy
testRanecuSequence
)
endif
()
foreach
(
test
${
Random_tests
}
)
clhep_test
(
${
test
}
)
...
...
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