Fix building error and warnings to add fletcher32 algo at nightly test.
[bertos.git] / test / run_tests.sh
2012-01-11 asterixFix building error and warnings to add fletcher32 algo...
2011-10-03 asterixFix settings to compile http_test.
2011-09-01 asterixAdd bitarray module to build its test.
2010-10-05 asterixSome fix to compile run test check.
2010-10-05 asterixFix missing header. Add blowfish source to run_test...
2010-09-27 battRestore pipefail.
2010-09-27 battRestore separate logs; cat errors to stdout.
2010-09-27 battRemove unused tee logs.
2010-09-27 battAdd return value for failed tests.
2010-09-13 lottavianoRevert wrongly committed file.
2010-09-13 lottavianoFix wizard rcc invocation for paths with spaces inside.
2010-08-05 asterixFix test run.
2010-07-02 battMove kfile interface to the io/ directory.
2010-07-01 battUpdate BattFS in order to use the new kblock interface.
2010-05-13 arighiAdd the hashtable test module.
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-16 battAX25:add new print function compatible with TNC-2 format.
2010-03-19 arighiRemove the idle process.
2010-03-18 arighiParametric scheduler approach.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-12-23 battAdd a simple heap test.
2009-10-10 battAdd more warnings when compiling tests.
2009-10-06 battReformat.
2009-10-05 asterixAdd nmea module test.
2009-10-04 battAdd test for AFSK1200 modem driver.
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.