Draft version of test system

This commit is contained in:
sheinz 2016-08-18 18:09:36 +03:00
parent 95081a1e9f
commit 5ace1c5bff
12 changed files with 290 additions and 19 deletions

16
tests/spiffs/Makefile Normal file
View file

@ -0,0 +1,16 @@
PROGRAM=posix_fs_example
PROGRAM_EXTRA_SRC_FILES=./fs-test/fs_test.c
EXTRA_COMPONENTS = extras/spiffs extras/test
FLASH_SIZE = 32
# spiffs configuration
SPIFFS_BASE_ADDR = 0x200000
SPIFFS_SIZE = 0x100000
include ../../common.mk
run_test:
python ../../extras/test/run_test.py /dev/ttyUSB0
.PHONY: run_test