commit | a0497d8f5cf0f22c7c895332e305d5c982ef4c68 | [log] [tgz] |
---|---|---|
author | Jiewen Tan <alanwake.tan@gmail.com> | Mon Feb 02 21:59:18 2015 -0800 |
committer | Vince Lehman <vslehman@memphis.edu> | Thu Mar 19 07:43:26 2015 -0700 |
tree | a16a910e1502f2124a7744228664f2c45b70e49c | |
parent | 02e32996c7576f7476ddda2d87965b4dfbbbddc7 [diff] [blame] |
publisher: add LSDB dataset publishers refs #2280 Change-Id: Ifb1920ef9b807610890b0d0a04f24141d39f011d
diff --git a/tests/wscript b/tests/wscript index 4ef346f..9d8973b 100644 --- a/tests/wscript +++ b/tests/wscript
@@ -28,7 +28,7 @@ target='unit-tests-main', name='unit-tests-main', features='cxx', - source=bld.path.ant_glob(['*.cpp', 'utility/*.cpp', 'tlv/*.cpp']), + source=bld.path.ant_glob(['*.cpp', 'utility/*.cpp', 'tlv/*.cpp', 'publisher/*.cpp']), use='nlsr-objects', )