aboutsummaryrefslogtreecommitdiff
path: root/build_full_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_full_test.mk')
-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 a4fc8d820..43e2a20a7 100644
--- a/build_full_test.mk
+++ b/build_full_test.mk
@@ -13,11 +13,11 @@
13# You should have received a copy of the GNU General Public License 13# You should have received a copy of the GNU General Public License
14# along with this program. If not, see <http://www.gnu.org/licenses/>. 14# along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
16include tests/$(TEST)/rules.mk
17#include $(TMK_PATH)/protocol.mk 16#include $(TMK_PATH)/protocol.mk
18 17
19TEST_PATH=tests/$(TEST) 18TEST_PATH=tests/$(TEST)
20 19
21$(TEST)_SRC=$(TEST_PATH)/test.c $(TMK_COMMON_SRC) $(QUANTUM_SRC) 20$(TEST)_SRC=$(TEST_PATH)/test.c $(TMK_COMMON_SRC) $(QUANTUM_SRC) tests/test_common/matrix.c
22$(TEST)_DEFS=$(TMK_COMMON_DEFS) 21$(TEST)_DEFS=$(TMK_COMMON_DEFS)
23$(TEST)_CONFIG=$(TEST_PATH)/config.h 22$(TEST)_CONFIG=$(TEST_PATH)/config.h
23VPATH+=$(TOP_DIR)/tests/test_common