From 8f98a0f7574d0f73d8d0e548416808911a172d49 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Jul 2017 12:55:53 +0300 Subject: Fix tests linkage --- tests/cpfile/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cpfile') diff --git a/tests/cpfile/buildfile b/tests/cpfile/buildfile index 0237673..40bb171 100644 --- a/tests/cpfile/buildfile +++ b/tests/cpfile/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{*} ../../libbutl/lib{butl} +import libs = libbutl%lib{butl} -include ../../libbutl/ +exe{driver}: cxx{*} $libs -- cgit v1.1