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

Commit

Permalink
Specify hitl TEST_PLAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Segal committed Feb 17, 2016
1 parent 6cc11fe commit 778ddb5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@ docs:
doxygen docs/Doxyfile

hitl: firmware
@printf "Running default HITL jobs\n"
# Usage:
# `make hitl` will run the default "quick" test plan (1 capture job)
# Optionally specify a desired test plan:
# `make hitl TEST_PLAN=merge` will run the "merge" test plan (10 capture jobs)
#
# First, this script will pull or clone the hitl_tools repo.
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
bash build/hitl_tools/make_hitl.sh $(TEST_PLAN)

.FORCE:

0 comments on commit 778ddb5

Please sign in to comment.