[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 8b6fa6: [tests] skeleton for t
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 8b6fa6: [tests] skeleton for testing math lib with libtap |
Date: |
Fri, 21 Nov 2014 01:29:47 -0800 |
Branch: refs/heads/test_math
Home: https://github.com/paparazzi/paparazzi
Commit: 8b6fa6ba6b1921d1bc6bce9ab19fa16cda32a520
https://github.com/paparazzi/paparazzi/commit/8b6fa6ba6b1921d1bc6bce9ab19fa16cda32a520
Author: Felix Ruess <address@hidden>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M sw/airborne/math/Makefile
M tests/Makefile
A tests/math/.gitignore
A tests/math/Makefile
A tests/math/tap.c
A tests/math/tap.h
A tests/math/test_pprz_math.c
Log Message:
-----------
[tests] skeleton for testing math lib with libtap
using [libtap](https://github.com/zorgnax/libtap) to create a
[TAP](http://testanything.org) (TestAnythingProtocol) producer.
You can also run the test (if already compiled) with prove:
```
prove --exec '' tests/math/test_pprz_math.run
```
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 8b6fa6: [tests] skeleton for testing math lib with libtap,
GitHub <=