From 3a938be358e9058d8fb786e95cbf83c5c0cfccb4 Mon Sep 17 00:00:00 2001 From: Swann Perarnau Date: Thu, 5 Sep 2019 21:33:05 -0500 Subject: [PATCH] [fix] make dgemm buildable Still needs to point (fullpath) to the microkernel. --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9199d07..a968765 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,7 +37,10 @@ UNIT_TESTS = $(UTILS_TESTS) \ $(AREA_TESTS) \ $(DMA_LINUX_TESTS) +OTHERS = dgemm_tiling_noprefetch +dgemm_tiling_noprefetch_LDADD = larp_1860_2352_1908.o + # all tests -TST_PROGS = $(UNIT_TESTS) dgemm_tiling_noprefetch +TST_PROGS = $(UNIT_TESTS) $(OTHERS) check_PROGRAMS = $(TST_PROGS) TESTS = $(TST_PROGS) -- 2.26.2