Skip to content

Commit

Permalink
Moves tests to Explicit directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancepillois committed Jan 31, 2024
1 parent ed0bc28 commit fbbc822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define GRAPH_E2E_EXPLICIT

#include "graph_common.hpp"
#include "../graph_common.hpp"

int main() {
device Dev;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// The second run is to check that there are no leaks reported with the embedded
// UR_L0_LEAKS_DEBUG testing capability.

#include "graph_common.hpp"
#include "../graph_common.hpp"

#define GRAPH_TESTS_VERBOSE_PRINT 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define GRAPH_E2E_EXPLICIT

#include "graph_common.hpp"
#include "../graph_common.hpp"

int main() {
device Dev;
Expand Down

0 comments on commit fbbc822

Please sign in to comment.