Synth.cpp
 All Data Structures Namespaces Files Functions Variables Macros
tests.h
Go to the documentation of this file.
1 #ifndef TESTS_H_INCLUDED
2 #define TESTS_H_INCLUDED
3 
4 #include <stdlib.h>
5 #include "synth.h"
6 
7 extern int8_t run_tests(void);
8 
9 #endif
int8_t run_tests(void)
Definition: tests.cpp:24
Synthesizer modules and supporting functions.