forked from flashlight/flashlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove runtime test discovery, other fixes (flashlight#329)
Summary: Pull Request resolved: flashlight#329 `gtest_discover_tests` actually invokes the test binaries to find tests, but it sometimes fails to find things as it should along `LD_LIBRARY_PATH`s, and is quite flakey. ~~Switch to `gtest_add_tests`, which does almost the same thing but statically. We shouldn't be using test fixtures or parameterizations [yet] that are so complicated that the result is any different from discovery.~~ Also having problems making this work — I'm going to make things stable then work on adding this back later. Also fix some straggler issues that weirdly were never changedin D25409790 (flashlight@15d4ba0). Reviewed By: tlikhomanenko Differential Revision: D25507227 fbshipit-source-id: 9eb4c64092cf1084a766ce0947942f0d3c6ee32a
- Loading branch information
1 parent
68ea6fb
commit e2a4905
Showing
3 changed files
with
12 additions
and
16 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