Skip to content

Commit

Permalink
Move uti/utils.h to gather.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Nov 30, 2023
1 parent 4ace8ef commit 7362fce
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 234 deletions.
10 changes: 4 additions & 6 deletions tests/file/generic_file_generator_test.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#include "kagen/context.h"
#include "kagen/generators/file/file_graph.h"

#include <gmock/gmock.h>
#include <gtest/gtest.h>

#include <mpi.h>

#include "tests/gather.h"
#include <numeric>
#include <utility>

#include "kagen/context.h"
#include "kagen/generators/file/file_graph.h"

#include "tests/util/utils.h"

const char* EMPTY_GRAPH = "tests/data/graphs/empty";
const char* REAL_WORLD_GRAPH = "tests/data/graphs/144";
const char* EDGE_WEIGHTED_K3 = "tests/data/graphs/edge_weighted_K3";
Expand Down
2 changes: 1 addition & 1 deletion tests/geometric/hyperbolic_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <gtest/gtest.h>

#include "tests/gather.h"
#include "tests/geometric/utils.h"
#include "tests/util/utils.h"

using namespace kagen;

Expand Down
2 changes: 1 addition & 1 deletion tests/geometric/rgg2d_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#include <gtest/gtest.h>

#include "tests/gather.h"
#include "tests/geometric/utils.h"
#include "tests/util/utils.h"

using namespace kagen;

Expand Down
2 changes: 1 addition & 1 deletion tests/geometric/rgg3d_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#include <gtest/gtest.h>

#include "tests/gather.h"
#include "tests/geometric/utils.h"
#include "tests/util/utils.h"

using namespace kagen;

Expand Down
2 changes: 1 addition & 1 deletion tests/path/general_path_generator_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <gtest/gtest.h>

#include "tests/util/utils.h"
#include "tests/gather.h"

class PathGeneratorTestFixture : public ::testing::TestWithParam<kagen::SInt> {};
INSTANTIATE_TEST_SUITE_P(PathGenerationTests, PathGeneratorTestFixture, ::testing::Values(10, 500, 16384, 30001));
Expand Down
224 changes: 0 additions & 224 deletions tests/util/utils.h

This file was deleted.

0 comments on commit 7362fce

Please sign in to comment.