Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Add make hitl option to run hitl test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Segal committed Jan 14, 2016
1 parent de6b0a6 commit 7824e51
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
MAKEFLAGS += PRN=$(PRN)
endif

.PHONY: all tests firmware docs .FORCE
.PHONY: all tests firmware docs hitl .FORCE

all: firmware # tests

Expand Down Expand Up @@ -70,4 +70,13 @@ docs:
$(MAKE) -C docs/diagrams
doxygen docs/Doxyfile

hitl: firmware
@printf "Running default HITL jobs\n"
if cd build/hitl_tools; then \
git pull; \
else \
git clone [email protected]:swift-nav/hitl_tools.git build/hitl_tools --depth 1; \
fi
bash build/hitl_tools/make_hitl.sh

.FORCE:

0 comments on commit 7824e51

Please sign in to comment.