summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-25 15:43:15 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-25 15:43:15 +0100
commit43465aa4037cec6d351a842a6624a50685d6c127 (patch)
treec4a7ddc4ee7fd49492588422bb53b2c84760e83c /test/test.h
parentb405b414993458babbb4532ddeeef9928ec7c06e (diff)
Split tests up.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
new file mode 100644
index 00000000..de790364
--- /dev/null
+++ b/test/test.h
@@ -0,0 +1,22 @@
+/*
+ Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
+extern std::string j2c (int);
+extern std::string wav (libdcp::Channel);
+extern std::string test_corpus;