aboutsummaryrefslogtreecommitdiff
path: root/AVR/Tests/tests.h
blob: b4cb18bcf5cc422d3f641c870870b434b18ef749 (plain)
1
2
3
4
5
6
7
8
9
10
11
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