Skip to content

Commit

Permalink
Add triangle known good for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Jan 23, 2025
1 parent ffd4978 commit 5c13ca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added test/known_good/triangle_macos.gfxr
Binary file not shown.
6 changes: 6 additions & 0 deletions test/test_cases/triangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
#include "verify-gfxr.h"

char const* const APP_RUN_DIRECTORY = "triangle";

#ifdef WIN32
char const* const APP_PATH = "gfxrecon-testapp-triangle.exe";
#else
char const* const APP_PATH = "gfxrecon-testapp-triangle";
#endif

#ifdef __APPLE__
char const* const KNOWN_GFXR_PATH = "triangle_macos.gfxr";
#else
char const* const KNOWN_GFXR_PATH = "triangle.gfxr";
#endif

TEST(Triangle, CorrectGFXR)
{
Expand Down

0 comments on commit 5c13ca5

Please sign in to comment.