Skip to content

Commit

Permalink
Move test_config H to HH
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jun 28, 2022
1 parent 3bdbf1f commit ae3c075
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/ExamplesBuild_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <fstream>
#include <string>

#include "test_config.h" // NOLINT(build/include)
#include "test_config.hh" // NOLINT(build/include)

#ifdef _WIN32
# define GZ_PATH_MAX _MAX_PATH
Expand Down
1 change: 0 additions & 1 deletion test/test_config.h.in

This file was deleted.

6 changes: 6 additions & 0 deletions test/test_config.hh.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef TEST__TEST_CONFIG_HH_
#define TEST__TEST_CONFIG_HH_

#define PROJECT_SOURCE_PATH "${PROJECT_SOURCE_DIR}"

#endif // TEST__TEST_CONFIG_HH_

0 comments on commit ae3c075

Please sign in to comment.