[Title] Fixed Makefile - automatically made report directory.
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Mon, 3 Dec 2012 02:09:51 +0000 (11:09 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Mon, 3 Dec 2012 02:09:51 +0000 (11:09 +0900)
[Desc.] build time, test output (report) directory creation.
[Issue] #7526

Change-Id: I5c35e65eec41676da7209e53538fc29386789492

vts/src/Makefile

index 82a3449..44d6d3d 100644 (file)
@@ -21,6 +21,7 @@ BINDIR = ../bin/$(PLATFORMSTR)/
 
 VAR := $(shell mkdir -p ../out/$(PLATFORMSTR)/)
 VAR := $(shell mkdir -p ../bin/$(PLATFORMSTR)/)
+VAR := $(shell mkdir -p ../report)
 
 .SUFFIXES : .o .cpp
 $(OUTDIR)%.o : %.cpp