rebuilding the test always to prevent stale binary usage

[ROCm/roctracer commit: f03d150ede]
This commit is contained in:
Evgeny
2019-03-20 19:48:37 -05:00
parent e99b21e3b6
commit c01151823b
@@ -15,7 +15,7 @@ EXECUTABLE=./MatrixTranspose
.PHONY: test
all: $(EXECUTABLE) test
all: clean $(EXECUTABLE) test
CXXFLAGS =-g
CXX=$(HIPCC)