From 4429bd6724a4668464e8a7920e3c77860b127678 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 May 2018 16:16:41 +0200 Subject: Regenerate libhello using bdep-new --- libhello/tests/test/buildfile | 4 ---- libhello/tests/test/driver.cxx | 14 -------------- libhello/tests/test/test.out | 3 --- 3 files changed, 21 deletions(-) delete mode 100644 libhello/tests/test/buildfile delete mode 100644 libhello/tests/test/driver.cxx delete mode 100644 libhello/tests/test/test.out (limited to 'libhello/tests/test') diff --git a/libhello/tests/test/buildfile b/libhello/tests/test/buildfile deleted file mode 100644 index 2ff528a..0000000 --- a/libhello/tests/test/buildfile +++ /dev/null @@ -1,4 +0,0 @@ -import libs = libhello%lib{hello} - -exe{driver}: cxx{driver} $libs -exe{driver}: file{test.out}: test.stdout = true diff --git a/libhello/tests/test/driver.cxx b/libhello/tests/test/driver.cxx deleted file mode 100644 index 1c08bca..0000000 --- a/libhello/tests/test/driver.cxx +++ /dev/null @@ -1,14 +0,0 @@ -// file: tests/test/driver.cxx -*- C++ -*- - -#include -#include // volume - -int -main () -{ - using namespace hello; - - say ("World"); - say ("World", format::volume::loud); - say_formatted ("Hi, World!"); -} diff --git a/libhello/tests/test/test.out b/libhello/tests/test/test.out deleted file mode 100644 index a9ec19f..0000000 --- a/libhello/tests/test/test.out +++ /dev/null @@ -1,3 +0,0 @@ -Hello, World! -HELLO, World! -Hi, World! -- cgit v1.1