From 5eecc854236f0b943aaa89e0c3a46f9fbd208ca9 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 20 Jun 2011 18:40:33 +0930 Subject: tdb2: create tdb2 versions of various testing TDBs. Soon, TDB2 will handle tdb1 files, but until then, we substitute. Signed-off-by: Rusty Russell --- selftest/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'selftest/wscript') diff --git a/selftest/wscript b/selftest/wscript index ab9f269b79..558cb2abd2 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -174,6 +174,9 @@ def cmd_testonly(opt): if env.USING_SYSTEM_LDB: os.environ['LDB_MODULES_PATH'] = 'bin/modules/ldb' + if env.BUILD_TDB2: + os.environ['BUILD_TDB2'] = '1' + # tell build system where to find config.h os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs') os.environ['CONFIG_H'] = 'bin/default/include/config.h' -- cgit