From 902b0315449bf6837cbe1d8d9c336d0ad24f9080 Mon Sep 17 00:00:00 2001 From: Brad Luyster Date: Mon, 9 Jul 2012 19:37:24 -0400 Subject: More tests and examples. --- AVR/Tests/tests.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 AVR/Tests/tests.h (limited to 'AVR/Tests/tests.h') 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 -- cgit v1.2.3