From bb4daf280cbae9f37a44d3b8893a3b933134cddc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Jul 2017 14:35:30 +0200 Subject: Switch to using utility library for web/ --- tests/web/xhtml/buildfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/web') diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile index 06347dd..09f7619 100644 --- a/tests/web/xhtml/buildfile +++ b/tests/web/xhtml/buildfile @@ -2,12 +2,6 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs = libstudxml%lib{studxml} - -exe{driver}: {hxx cxx}{*} $libs +include ../../../web/ +exe{driver}: {hxx cxx}{*} ../../../web/libus{web} exe{driver}: test.output = test.out - -# @@ The rule doesn't trigger the target generating. Will be fixed when we add -# support for utility library. -# -../../../web/hxx{version}: ../../../web/in{version} $src_root/file{manifest} -- cgit v1.1