Complete remaining changes for ChronoSync dependency issue

refs: #2400

Change-Id: If0cf9d3140f3ef65d86394fad3b6a6c7c58064f9
diff --git a/tests/wscript b/tests/wscript
index d01a821..b7b1933 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'], excl=['nsync/**/*']),
+            source=bld.path.ant_glob(['**/*.cpp']),
             use='nlsr-objects',
           )