Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Eigen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Eigen
Commits
636126ef
Commit
636126ef
authored
6 years ago
by
Christoph Hertzberg
Browse files
Options
Downloads
Patches
Plain Diff
Allow to filter out build-error messages
parent
34a75c3c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CTestCustom.cmake.in
+1
-0
1 addition, 0 deletions
CTestCustom.cmake.in
cmake/EigenConfigureTesting.cmake
+1
-0
1 addition, 0 deletions
cmake/EigenConfigureTesting.cmake
with
2 additions
and
0 deletions
CTestCustom.cmake.in
+
1
−
0
View file @
636126ef
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "2000")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "2000")
list(APPEND CTEST_CUSTOM_ERROR_EXCEPTION @EIGEN_CTEST_ERROR_EXCEPTION@)
This diff is collapsed.
Click to expand it.
cmake/EigenConfigureTesting.cmake
+
1
−
0
View file @
636126ef
...
...
@@ -19,6 +19,7 @@ include(CTest)
set
(
EIGEN_TEST_BUILD_FLAGS
""
CACHE STRING
"Options passed to the build command of unit tests"
)
set
(
EIGEN_DASHBOARD_BUILD_TARGET
"buildtests"
CACHE STRING
"Target to be built in dashboard mode, default is buildtests"
)
set
(
EIGEN_CTEST_ERROR_EXCEPTION
""
CACHE STRING
"Regular expression for build error messages to be filtered out"
)
# Overwrite default DartConfiguration.tcl such that ctest can build our unit tests.
# Recall that our unit tests are not in the "all" target, so we have to explicitly ask ctest to build our custom 'buildtests' target.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment