summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-02-10 18:20:37 +1100
committerGitHub <noreply@github.com>2022-02-10 18:20:37 +1100
commit3e52e60595d2dde35d0322cf4bdf7e1705b7afb5 (patch)
tree4dc47662f50d80626a59e9da7b820d8901687bbb
parent0930c60553397d7ce4d7f262ff55ee6450e8dff0 (diff)
Fix slashes in build_full_test.mk (#16300)
-rw-r--r--build_full_test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_full_test.mk b/build_full_test.mk
index 4cd1ac61b5..4e4b4e4bfd 100644
--- a/build_full_test.mk
+++ b/build_full_test.mk
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
$(TEST)_INC := \
- tests\test_common\common_config.h
+ tests/test_common/common_config.h
$(TEST)_SRC := \
$(TMK_COMMON_SRC) \
@@ -33,4 +33,4 @@ $(TEST)_DEFS := $(TMK_COMMON_DEFS) $(OPT_DEFS)
$(TEST)_CONFIG := $(TEST_PATH)/config.h
-VPATH += $(TOP_DIR)/tests/test_common \ No newline at end of file
+VPATH += $(TOP_DIR)/tests/test_common