My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "test_ring_buffer.h"
#include "test_cyz_cmd.h"
#include "test_cyz_rgb.h"
#include "minunit.h"

Color led_curr_color;
Color led_fade_color;
uint8_t led_fade;
uint8_t led_fadespeed;

int main(int argc, char **argv) {

mu_run_suite(test_ring_buffer);
mu_run_suite(test_cyz_cmd);
mu_run_suite(test_cyz_rgb);

printf("ALL TESTS PASSED. Tests run: %d\n", tests_run);

return 0;
}

Change log

r255 by matteo.caprari on Sep 16, 2008   Diff
- 23% coverage on cyz_cmd
- reduced binary footprint of 64 bytes
(now 3700)
Go to: 
Project members, sign in to write a code review

Older revisions

r253 by matteo.caprari on Sep 13, 2008   Diff
- updated minunit output so that
eclipse can parse the error
- updated test.c so output is more
compact
- coverage statistics addded to
...
r242 by matteo.caprari on Sep 8, 2008   Diff
- separated avr-only procedures from
cyz_cmd.c (eeprom.h, progmem.h)
- wrapped color procedures in color.h
- cyz_does not depend anymore from
cyz_rgb
...
r240 by matteo.caprari on Sep 7, 2008   Diff
- added test suite for ring_buffer
- imported library minunit
All revisions of this file

File info

Size: 388 bytes, 20 lines
Powered by Google Project Hosting