From a2f5a8d9c08c8779b0b7d193a74b233cd6f130e2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Jul 2013 10:58:35 -0400 Subject: Add test_search_path function in PBD testsuite --- libs/pbd/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/pbd') diff --git a/libs/pbd/wscript b/libs/pbd/wscript index 64dd2a332f..5c8ed194a8 100644 --- a/libs/pbd/wscript +++ b/libs/pbd/wscript @@ -147,6 +147,7 @@ def build(bld): test/signals_test.cc test/convert_test.cc test/filesystem_test.cc + test/test_common.cc '''.split() testobj.target = 'run-tests' testobj.includes = obj.includes + ['test', '../pbd'] -- cgit v1.2.3