-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding unit tests framework to protocol codebase (#3878)
* progres * works! * added sample fractalclient test * updated CMakeLists.txt file * fixed linker problem * fixed library not found error, now need to set entrypoint for test executable * great news, everything works now!!!! * minor changes * rev1 * rev2, linting * bug fix on windows build * rev0.1 * rev1 * rev1.1 * fixed bugs introduced when shortening CmakeFiles * added server unit testing * prevent build of server unit tests on mac * maybe fixed bug? * Fix C++ linker issue with Debug/Release mode difference * Fix C++ DXGI extern header problem * fixed D3D11 import problem * Move main.c headers back into .c file * Add Fractal{Client,Server}Test to GHA yml files * Fix linking issues with gtest, and organize Windows lib list * clarify in GHA * newline Co-authored-by: Nicholas Pipitone <npip99@gmail.com> Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
- Loading branch information
1 parent
70a34b8
commit 75c86c4
Showing
18 changed files
with
620 additions
and
273 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
Oops, something went wrong.