diff tests/xttest_util.hpp @ 264:ecd6f2cf1346

Initial unit testing setup with an example test
author Jamie Bullock <jamie@jamiebullock.com>
date Mon, 10 Nov 2014 20:29:19 +0000
parents
children 41fe82c7ff80
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/xttest_util.hpp	Mon Nov 10 20:29:19 2014 +0000
@@ -0,0 +1,6 @@
+
+
+#include <stdint.h>
+
+void xttest_gen_sine(double *table, uint32_t tablesize, double samplerate, double frequency, double amplitude);
+void xttest_gen_noise(double *table, uint32_t tablesize, double amplitude);