summaryrefslogtreecommitdiff
path: root/libhello/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-10 14:54:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:06:38 +0300
commita32c930d2fc18b993fcf09d47404a33513892de1 (patch)
treea004b7c7ead39b96896b1085d84ddd32552d54f8 /libhello/tests
parent9b69fcd112558d7bede44bc15494882de90bd676 (diff)
Align with latest bdep-new
Diffstat (limited to 'libhello/tests')
-rw-r--r--libhello/tests/basics/buildfile2
-rw-r--r--libhello/tests/basics/driver.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/libhello/tests/basics/buildfile b/libhello/tests/basics/buildfile
index a436a8c..e8cc422 100644
--- a/libhello/tests/basics/buildfile
+++ b/libhello/tests/basics/buildfile
@@ -1,3 +1,3 @@
import libs = libhello%lib{hello}
-exe{driver}: {hxx ixx txx cxx}{*} $libs
+exe{driver}: {hxx ixx txx cxx}{**} $libs testscript{**}
diff --git a/libhello/tests/basics/driver.cxx b/libhello/tests/basics/driver.cxx
index 1f0a479..a7ef847 100644
--- a/libhello/tests/basics/driver.cxx
+++ b/libhello/tests/basics/driver.cxx
@@ -5,11 +5,11 @@
#include <libhello/version.hxx>
#include <libhello/hello.hxx>
-using namespace std;
-using namespace hello;
-
int main ()
{
+ using namespace std;
+ using namespace hello;
+
// Basics.
//
{