Skip to content

Commit

Permalink
Adapt to new pymavlink tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jul 26, 2018
1 parent f965676 commit b4b29d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ then
fi
cd $SRC_DIR/pymavlink/generator/javascript && npm test

# Test quaternions
# Run tests
echo $sep
echo "QUATERNION TEST"
echo $sep
cd $SRC_DIR
pymavlink/tools/quaterniontest.py
pymavlink/tests/test_quaternion.py
echo "ROTMAT TEST"
echo $sep
pymavlink/tests/test_rotmat.py
echo PASS

0 comments on commit b4b29d9

Please sign in to comment.