ocarina/include/test.h
Bryan Schumaker 8c4e515145 Update copyright info
What's the point in continuing to commit as Bryan?  I'd rather commit as
me :)

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:56:52 -04:00

13 lines
209 B
C

/*
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_TEST_H
#define OCARINA_TEST_H
#ifdef CONFIG_TEST
void rm_test_config();
void rm_test_data();
#endif /* CONFIG_TEST */
#endif /* OCARINA_TEST_H */