From f81ec08d6186271ebb33591ddf21590ff6a43dce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Apr 2016 14:53:49 +0200 Subject: Fix legacy stuff in tests --- tests/amalgam/libtest/buildfile | 3 --- tests/amalgam/test/buildfile | 3 --- 2 files changed, 6 deletions(-) (limited to 'tests/amalgam') diff --git a/tests/amalgam/libtest/buildfile b/tests/amalgam/libtest/buildfile index 04c44da..70a1467 100644 --- a/tests/amalgam/libtest/buildfile +++ b/tests/amalgam/libtest/buildfile @@ -1,6 +1,3 @@ using cxx -hxx.ext = hxx -cxx.ext = cxx - lib{test}: cxx{test} diff --git a/tests/amalgam/test/buildfile b/tests/amalgam/test/buildfile index 5440dbf..e8af169 100644 --- a/tests/amalgam/test/buildfile +++ b/tests/amalgam/test/buildfile @@ -1,8 +1,5 @@ using cxx -hxx.ext = hxx -cxx.ext = cxx - import libs = amalgam-libtest%lib{test} exe{driver}: cxx{driver} $libs -- cgit v1.1