diff options
| author | Brad Luyster <BradLuyster@gmail.com> | 2012-07-09 19:37:24 -0400 |
|---|---|---|
| committer | Brad Luyster <BradLuyster@gmail.com> | 2012-07-09 19:37:24 -0400 |
| commit | 902b0315449bf6837cbe1d8d9c336d0ad24f9080 (patch) | |
| tree | 89ffa5f8063bae6a1b4de378910872ff96ce0736 /AVR/Tests/tests.h | |
| parent | bb3e520d1f4d5fe577af07de3d71e954921e2a7e (diff) | |
More tests and examples.
Diffstat (limited to 'AVR/Tests/tests.h')
| -rw-r--r-- | AVR/Tests/tests.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/AVR/Tests/tests.h b/AVR/Tests/tests.h new file mode 100644 index 0000000..b4cb18b --- /dev/null +++ b/AVR/Tests/tests.h @@ -0,0 +1,12 @@ +#ifndef TESTS_H +#define TESTS_H + +int test_addTooMany(void); +int test_removeNonExistent(void); +int test_tooManyCharacters(void); +int test_changeNonExistent(void); +int test_runEmpty(void); + +int testAll(void); + +#endif
\ No newline at end of file |
