Add AX25 protocol decoder and test (preliminary).
[bertos.git] / test / run_tests.sh
2009-09-28 battAdd AX25 protocol decoder and test (preliminary).
2009-09-27 battRefactor kfile_test to use the new kfile_mem module.
2009-09-27 battAdd crc test.
2009-09-02 battMove dir only if exists to avoid error message.
2009-06-08 battAdd INI file reader module; update test harness.
2009-05-22 battUpdate for new fatfs directory.
2009-05-21 battAdd test for fatfs.
2009-05-01 battAdd KFile interface over a fifo buffer.
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-04-10 battRename CLOCK_FREQ macro to CPU_FREQ: now clock frequenc...
2009-01-08 asterixFor now take only test write in C, to not compile all...
2008-12-17 battAdd test dependences in run_tests.sh; add test parsing...
2008-12-02 battAdd debug info to tests.
2008-12-02 battLink tests with unittest library.
2008-11-21 battMove run_test script to a more suitable place.