diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 22:41:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 22:41:09 +0000 |
| commit | 75aa6e480d998b29205c0eab328697a5d007986b (patch) | |
| tree | ac53060d67ac2f6c64994e405220977c5ae5d817 /test/wscript | |
| parent | 7f20aa518356f188946eb508239caf7c113da819 (diff) | |
Basic writer.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index 5d16abb..8de63f8 100644 --- a/test/wscript +++ b/test/wscript @@ -17,6 +17,7 @@ def build(bld): obj.use = 'libsub' obj.source = """ stl_reader_test.cc + stl_writer_test.cc test.cc """ obj.target = 'tests' |
