summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-30 15:12:47 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-30 15:12:47 +0100
commitd23fd4a0505279eafcc4ea50116d69ecec733a5b (patch)
tree7314925ac97f2891b6a06962646e87efa945cd15 /test/wscript
parentb365da4229b2a9d0ceef632af6880a38ecb65325 (diff)
Add DCP -> STL binary test.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index cbc3dd1..1369239 100644
--- a/test/wscript
+++ b/test/wscript
@@ -17,6 +17,7 @@ def build(bld):
obj.use = 'libsub'
obj.source = """
dcp_reader_test.cc
+ dcp_to_stl_binary_test.cc
iso6937_test.cc
stl_binary_reader_test.cc
stl_binary_writer_test.cc