diff options
author | Joel Challis <git@zvecr.com> | 2022-10-23 04:30:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-23 04:30:17 +0100 |
commit | 64ca14feea586442516a2ec50d7335445f5f08f6 (patch) | |
tree | 8c43cf58ab30252e95a10e71fe7459e2c6c0592b /builddefs | |
parent | 1a1a3651d3ca6dfd8a09dd3e79498afbd54fa350 (diff) |
Fix garbled test output (#18822)
* Fix garbled test output
* Correct SRC listing
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/build_test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/build_test.mk b/builddefs/build_test.mk index 64db99fed9..7c8fdd20e5 100644 --- a/builddefs/build_test.mk +++ b/builddefs/build_test.mk @@ -71,7 +71,7 @@ include $(BUILDDEFS_PATH)/build_full_test.mk endif $(TEST)_SRC += \ - tests/test_common/main.c \ + tests/test_common/main.cpp \ $(QUANTUM_PATH)/logging/print.c $(TEST_OBJ)/$(TEST)_SRC := $($(TEST)_SRC) |