diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-27 14:50:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-27 14:50:56 +0100 |
| commit | f0de0c63504446714ab642f9db872bd31f9c070b (patch) | |
| tree | 45ea6c4219a3a3dbd1dedde65f071ab092c5c290 /test/wscript | |
| parent | 170aa07b0c45d031b89815a5d07c8eb7e9226bbe (diff) | |
Rename STL -> STLText
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript index 765771e..c6abb1d 100644 --- a/test/wscript +++ b/test/wscript @@ -17,9 +17,9 @@ def build(bld): obj.use = 'libsub' obj.source = """ dcp_reader_test.cc - dcp_to_stl_test.cc - stl_reader_test.cc - stl_writer_test.cc + dcp_to_stl_text_test.cc + stl_text_reader_test.cc + stl_text_writer_test.cc time_test.cc test.cc """ |
