From ad704b5e9c985765e14eb38a0922e702b8bfc25a Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 11 Jan 2013 17:44:05 +0100 Subject: [tests] Tidy up test C++ tests. All tests can now be run from a single executable called 'tests' (created in the build directory). --- tests/test_common.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/test_common.h (limited to 'tests/test_common.h') diff --git a/tests/test_common.h b/tests/test_common.h new file mode 100644 index 0000000..59bab11 --- /dev/null +++ b/tests/test_common.h @@ -0,0 +1,15 @@ +#ifndef TEST_COMMON_H +#define TEST_COMMON_H + +#include +#include + +namespace simpl +{ + +static const double PRECISION = 0.001; +static const char* TEST_AUDIO_FILE = "../tests/audio/flute.wav"; + +} // end of namespace simpl + +#endif -- cgit v1.2.3