1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/tests/logfs
Stacey Sheldon 7f53aa422a ut: add basic unit test for logfs
Build it with:
  make ut_logfs

Create a raw flash file like this:
  dd if=/dev/zero bs=1 count=2MiB | tr '\000' '\377' > theflash.bin

Run it with:
  ./build/unit_tests/logfs/logfs.elf && echo 'all good'

Conflicts:
	Makefile
2013-03-03 14:33:02 +01:00
..
main.c ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
Makefile ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
openpilot.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios_config.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios_flash_ut_priv.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios_flash_ut.c ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00