commit | 3c72318c0ae3c2b6c65e99ceba908464f1ff7b2f | [log] [tgz] |
---|---|---|
author | Shock Jiang <shock.jiang@gmail.com> | Wed Sep 10 16:41:18 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Oct 12 17:12:12 2014 -0700 |
tree | e40f54aa5749574e57b6a0a2db758924034003dc | |
parent | fc171d9a2841d1c966ba361d77e74fdcf4495601 [diff] [blame] |
add DbMgr Change-Id: I799f6a066ef60ecd42d64de7d8d04be8996564ed
diff --git a/tests/wscript b/tests/wscript index 383ae8c..0407962 100644 --- a/tests/wscript +++ b/tests/wscript
@@ -1,6 +1,6 @@ # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- -from waflib import Utils +from waflib import Utils, Context top = '..' @@ -12,4 +12,5 @@ source=bld.path.ant_glob(['**/*.cpp']), use='ndns-objects', install_path=None, + defines="BUILDDIR=\"%s\"" % Context.out_dir, )