Skip to content

Commit

Permalink
fix path in moved tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkje14 committed Jan 10, 2025
1 parent e5d92bf commit 5017376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/GUI Templates/test_HumanStandingTemplate.any
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define ANYBODY_PATH_OUTPUT "."
#include "libdef.any"

#include "../Tools/Templates/Human Standing/Human Standing.main.any"
#include "../../Tools/Templates/Human Standing/Human Standing.main.any"
Main =
{
AnyOperation& RunTest = Main.RunApplication;
Expand Down
2 changes: 1 addition & 1 deletion Tests/GUI Templates/test_HumanTemplate.any
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define ANYBODY_PATH_OUTPUT "."
#include "libdef.any"

#include "../Tools/Templates/Human/Human.main.any"
#include "../../Tools/Templates/Human/Human.main.any"
Main =
{
AnyOperation& RunTest = Main.RunApplication;
Expand Down

0 comments on commit 5017376

Please sign in to comment.