From 1cf1603cae3064aff734f52d23c06098e81a8111 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Jul 2015 15:01:10 +0200 Subject: Install module genesis --- tests/install/simple/build/bootstrap.build | 4 ++++ tests/install/simple/buildfile | 6 ++++++ tests/install/simple/driver.cxx | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 tests/install/simple/build/bootstrap.build create mode 100644 tests/install/simple/buildfile create mode 100644 tests/install/simple/driver.cxx (limited to 'tests') diff --git a/tests/install/simple/build/bootstrap.build b/tests/install/simple/build/bootstrap.build new file mode 100644 index 0000000..40e665b --- /dev/null +++ b/tests/install/simple/build/bootstrap.build @@ -0,0 +1,4 @@ +project = install-simple +amalgamation = # Disabled. +using config +using install diff --git a/tests/install/simple/buildfile b/tests/install/simple/buildfile new file mode 100644 index 0000000..986f391 --- /dev/null +++ b/tests/install/simple/buildfile @@ -0,0 +1,6 @@ +using cxx + +hxx.ext = hxx +cxx.ext = cxx + +exe{driver}: cxx{driver} diff --git a/tests/install/simple/driver.cxx b/tests/install/simple/driver.cxx new file mode 100644 index 0000000..a444f13 --- /dev/null +++ b/tests/install/simple/driver.cxx @@ -0,0 +1,2 @@ +int main () {} + -- cgit v1.1