Bas Vuyk / Mbed 2 deprecated Robin_Board_Test

Dependencies:   mbed

Committer:
basvuyk
Date:
Wed Jun 27 09:49:19 2018 +0000
Revision:
0:9adff937d42a
Test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
basvuyk 0:9adff937d42a 1 script:
basvuyk 0:9adff937d42a 2 # Strict compilation of library
basvuyk 0:9adff937d42a 3 - CFLAGS='-pedantic -Werror' make
basvuyk 0:9adff937d42a 4
basvuyk 0:9adff937d42a 5 # Runtime tests
basvuyk 0:9adff937d42a 6 - make test
basvuyk 0:9adff937d42a 7
basvuyk 0:9adff937d42a 8 # Relative profiling with current master
basvuyk 0:9adff937d42a 9 - if ( git clone https://github.com/geky/events tests/master &&
basvuyk 0:9adff937d42a 10 make -s -C tests/master prof | tee tests/results.txt ) ;
basvuyk 0:9adff937d42a 11 then
basvuyk 0:9adff937d42a 12 cat tests/results.txt | make prof ;
basvuyk 0:9adff937d42a 13 else
basvuyk 0:9adff937d42a 14 make prof ;
basvuyk 0:9adff937d42a 15 fi