-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HYDRA-1033 : Support for controlled unit test disabling (#134)
* First pass at adding support for include/exclude of running unit test via ctest labels * Re-enable test with OSX skip tags * disable mayaDisplayModes test * Update README * Move set_property to a function. Add "default' labels on all tests. * added support for exclusion by filename. addressed comments * update json file * Update README.md
- Loading branch information
1 parent
3e52cb4
commit 9b698ab
Showing
5 changed files
with
185 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"files_to_include": [], | ||
"files_to_exclude": [], | ||
"plugins_to_include": [], | ||
"plugins_to_exclude": [], | ||
"platforms_to_exclude": ["osx"] | ||
} |