From f03d150ede079d948e2a37e4eb64a22dee00c2e7 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 20 Mar 2019 19:48:37 -0500 Subject: [PATCH] rebuilding the test always to prevent stale binary usage --- test/MatrixTranspose/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MatrixTranspose/Makefile b/test/MatrixTranspose/Makefile index d3630a1c19..d9fa1af8a8 100644 --- a/test/MatrixTranspose/Makefile +++ b/test/MatrixTranspose/Makefile @@ -15,7 +15,7 @@ EXECUTABLE=./MatrixTranspose .PHONY: test -all: $(EXECUTABLE) test +all: clean $(EXECUTABLE) test CXXFLAGS =-g CXX=$(HIPCC)