From f6968899de4d27c5bc986c3ac89972fbbe35c361 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 23 Nov 2009 16:42:12 +0000 Subject: fixups, file comments --- test/no_cxxtest | 12 ------------ test/unit/no_cxxtest | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100755 test/no_cxxtest create mode 100755 test/unit/no_cxxtest (limited to 'test') diff --git a/test/no_cxxtest b/test/no_cxxtest deleted file mode 100755 index cf8b8d729..000000000 --- a/test/no_cxxtest +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -echo -echo '***************************************************************************' -echo '* *' -echo '* ERROR: CxxTest was not found at configure-time; tests cannot be run. *' -echo '* *' -echo '***************************************************************************' -echo - -exit 1 - diff --git a/test/unit/no_cxxtest b/test/unit/no_cxxtest new file mode 100755 index 000000000..cf8b8d729 --- /dev/null +++ b/test/unit/no_cxxtest @@ -0,0 +1,12 @@ +#!/bin/sh + +echo +echo '***************************************************************************' +echo '* *' +echo '* ERROR: CxxTest was not found at configure-time; tests cannot be run. *' +echo '* *' +echo '***************************************************************************' +echo + +exit 1 + -- cgit v1.2.3