summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-28 11:50:15 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-28 11:50:15 +0100
commitcd0958260b54af3514ac12b936bb76ca6de6978b (patch)
treea06591bfc901d950290e6c3ba2aad1dcf123921e /test/test.cc
parent14fa24a1aabda7925f4842ab7f7e13c1798182a4 (diff)
More STL binary reading stuff.
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index f6714af..6bb8b5b 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -23,6 +23,7 @@
#include <boost/filesystem.hpp>
#include <fstream>
#include <string>
+#include "iso6937_tables.h"
using std::string;
using std::cerr;
@@ -40,6 +41,8 @@ struct TestConfig
} else {
BOOST_TEST_MESSAGE ("Private data libsub-test-private not found; some tests will not run");
}
+
+ sub::make_iso6937_tables ();
}
};