forked from briansmith/ring
-
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.
Instead of building the test suites inherited from BoringSSL as seperate executables, link them all together into one executable, giving all their `main` functions unique names. This allows all the tests to be run, even on platforms that don't have traditional process spawning, and avoids the need to keep track of directory names even on platforms that do support process spawning. This also makes it easier to integrate new BoringSSL test suites on Windows, because we don't need to create a new `vcxproj` file for each one. Having one test executable may also make code coverage easier.
- Loading branch information
1 parent
8b5a1a5
commit 4165289
Showing
32 changed files
with
233 additions
and
878 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.