Merge pull request #118 from enunes/master

test-suite: define $tmpdir to $TOPDIR
This commit is contained in:
Bryan Hundven 2015-06-10 12:43:38 -07:00
commit 062657413c

View File

@ -45,6 +45,7 @@ $(LOGDIR):
$(LOGDIR)/site.exp: $(TOPDIR)/default.cfg $(LOGDIR)
@{ echo 'lappend boards_dir "$(LOGDIR)"'; \
echo 'set tmpdir "$(TOPDIR)"'; \
echo 'set target_alias $(TARGET)'; } > $@
$(LOGDIR)/board.exp: $(TOPDIR)/default.cfg $(LOGDIR)