]> git.marmaro.de Git - mmh/blobdiff - test/new/test-basic
Rearranged test suite environment variables so that individual tests
[mmh] / test / new / test-basic
index 3b2befdbcafb9cb71e19c84a84c17e931f76f9a0..ca1a4cf25ebf6e9027548214dc61de1e8b01cd0f 100755 (executable)
@@ -1,10 +1,16 @@
 #!/bin/sh
-
-if [ -z "${MH_TEST_COMMON}" ]; then
-    echo "MH_TEST_COMMON not set; try running via 'make check'"
+######################################################
+#
+# Test many basic nmh capabilities.
+#
+######################################################
+
+if test -z "${MH_OBJ_DIR}"; then
+    srcdir=`dirname $0`/../..
+    MH_OBJ_DIR=`cd $srcdir && pwd`; export MH_OBJ_DIR
 fi
 
-. ${MH_TEST_COMMON}
+. "$MH_OBJ_DIR/test/common.sh"
 
 setup_test
 # TODO: Move to a common file tests can source; need more framework...