Skip to content

Commit

Permalink
Fix slashes in build_full_test.mk (#16300)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Feb 10, 2022
1 parent 0930c60 commit 3e52e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_full_test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand All @@ -33,4 +33,4 @@ $(TEST)_DEFS := $(TMK_COMMON_DEFS) $(OPT_DEFS)

$(TEST)_CONFIG := $(TEST_PATH)/config.h

VPATH += $(TOP_DIR)/tests/test_common
VPATH += $(TOP_DIR)/tests/test_common

0 comments on commit 3e52e60

Please sign in to comment.