aboutsummaryrefslogtreecommitdiff
path: root/tests/import/installed
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-01 12:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-01 12:07:18 +0200
commit0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d (patch)
tree5e8e1d43a0140f5739b21be7cbe120ebb9360d4f /tests/import/installed
parent12fc75188cc1f0a8c4c443c04e7a022131198c36 (diff)
Move old tests to old-tests/
Diffstat (limited to 'tests/import/installed')
-rw-r--r--tests/import/installed/build/bootstrap.build4
-rw-r--r--tests/import/installed/buildfile12
-rw-r--r--tests/import/installed/driver.cxx4
3 files changed, 0 insertions, 20 deletions
diff --git a/tests/import/installed/build/bootstrap.build b/tests/import/installed/build/bootstrap.build
deleted file mode 100644
index 2af1e60..0000000
--- a/tests/import/installed/build/bootstrap.build
+++ /dev/null
@@ -1,4 +0,0 @@
-project = import-installed
-amalgamation = # Disabled.
-using config
-using test
diff --git a/tests/import/installed/buildfile b/tests/import/installed/buildfile
deleted file mode 100644
index ae9d705..0000000
--- a/tests/import/installed/buildfile
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-
diff --git a/tests/import/installed/driver.cxx b/tests/import/installed/driver.cxx
deleted file mode 100644
index 70b4146..0000000
--- a/tests/import/installed/driver.cxx
+++ /dev/null
@@ -1,4 +0,0 @@
-int
-main ()
-{
-}