commit | 297f4163c22d92e48680aaeaae0f9928a5fb7140 | [log] [tgz] |
---|---|---|
author | alvy <muktadir.rahman.c@gmail.com> | Tue Mar 03 17:15:33 2015 -0600 |
committer | Vince Lehman <vslehman@memphis.edu> | Thu Apr 23 09:08:18 2015 -0700 |
tree | 5b51e56c16b9014144585a6b99cbf61aad5b83f2 | |
parent | 9d097806058201cad0f845c8c0f92e4799475687 [diff] [blame] |
update: Process Name prefix update commands refs #1834 Change-Id: I18c86d0743b4a10ce3a8681f202b59a86602e43f
diff --git a/tests/wscript b/tests/wscript index 9d8973b..3f3cbaf 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', 'publisher/*.cpp']), + source=bld.path.ant_glob(['**/*.cpp'], excl=['nsync/**/*']), use='nlsr-objects', )