From b86d23391e4b7882ebfca582d146e75c6cc1e454 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Jul 2017 08:55:35 +0200 Subject: Add modularized version --- libmhello/tests/test/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libmhello/tests/test/buildfile (limited to 'libmhello/tests/test/buildfile') diff --git a/libmhello/tests/test/buildfile b/libmhello/tests/test/buildfile new file mode 100644 index 0000000..88a391c --- /dev/null +++ b/libmhello/tests/test/buildfile @@ -0,0 +1,6 @@ +import libs = libmhello%lib{mhello} +import libs += libmformat%lib{mformat} +import libs += libstd-modules%liba{std-modules} + +exe{driver}: cxx{driver} $libs +exe{driver}: test.output = test.out -- cgit v1.1