commit | 27f1add26dddb95ead2ac2eeafd60d2f93bddcdd | [log] [tgz] |
---|---|---|
author | Vince Lehman <vslehman@memphis.edu> | Thu Oct 16 17:14:46 2014 -0500 |
committer | Vince Lehman <vslehman@memphis.edu> | Tue Oct 21 08:38:40 2014 -0700 |
tree | 842c61947bd9e4982d48a38171f20bbd6a133b0a | |
parent | 92e5ffba6e565bce87ec9ceef9d52f936fefb6c2 [diff] [blame] |
util: Create Face with canonical FaceUri refs: #1911 Change-Id: I13cc6522b5456d91a793365e33b2e53f9bd13e46
diff --git a/tests/wscript b/tests/wscript index 3ac955e..63bcafa 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']), + source=bld.path.ant_glob(['*.cpp', 'utility/*.cpp']), use='nlsr-objects', )