From 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2016 12:07:18 +0200 Subject: Move old tests to old-tests/ --- old-tests/import/installed/buildfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 old-tests/import/installed/buildfile (limited to 'old-tests/import/installed/buildfile') diff --git a/old-tests/import/installed/buildfile b/old-tests/import/installed/buildfile new file mode 100644 index 0000000..ae9d705 --- /dev/null +++ b/old-tests/import/installed/buildfile @@ -0,0 +1,12 @@ +using cxx + +import libs += zlib%lib{z} +import libs += libsqlite3%lib{sqlite3} +import libs += libpq%lib{pq} + +#lib{driver}: cxx{driver} $libs + +exe{driver}: cxx{driver} $libs +exe{driver}: test = true + + -- cgit v1.1