Skip to content

Commit

Permalink
Updated tests to use ngscopeclient shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Sep 24, 2023
1 parent bcfe309 commit ab0f8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Filters/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main(int argc, char* argv[])
ScopeProtocolStaticInit();

//Add search path
g_searchPaths.push_back(GetDirOfCurrentExecutable() + "/../../src/glscopeclient/");
g_searchPaths.push_back(GetDirOfCurrentExecutable() + "/../../src/ngscopeclient/");

//Initialize the RNG
g_rng.seed(0);
Expand Down
2 changes: 1 addition & 1 deletion tests/Primitives/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main(int argc, char* argv[])
InitializePlugins();

//Add search path
g_searchPaths.push_back(GetDirOfCurrentExecutable() + "/../../src/glscopeclient/");
g_searchPaths.push_back(GetDirOfCurrentExecutable() + "/../../src/ngscopeclient/");

//Initialize the RNG
g_rng.seed(0);
Expand Down

0 comments on commit ab0f8b6

Please sign in to comment.