From 354bb40e75d94466e91fe6960523612c9d17ccfb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 2 Nov 2017 23:11:29 +0300 Subject: Add implementation --- tests/basic/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/basic/buildfile (limited to 'tests/basic/buildfile') diff --git a/tests/basic/buildfile b/tests/basic/buildfile new file mode 100644 index 0000000..4c93d2e --- /dev/null +++ b/tests/basic/buildfile @@ -0,0 +1,7 @@ +# file : tests/basic/buildfile +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# license : GPLv2 with FOSS License Exception; see accompanying COPYING file + +import libs = libmysqlclient%lib{mysqlclient} + +exe{driver}: {h c}{*} $libs test{testscript} -- cgit v1.1