summaryrefslogtreecommitdiff
path: root/tests/factor/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-07 23:54:49 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:38 +0200
commitaa3a727dc021bc23817957b0f8daec284a617df0 (patch)
tree4f80c598ebc73a1610504d954a8e9302958f4932 /tests/factor/Makefile.am
parentfd9f53cfdf3b1d69f8ace0deded9699b248ac81f (diff)
downloadcoreutils-aa3a727dc021bc23817957b0f8daec284a617df0.tar.xz
Move the sole test in tests/factor to tests/misc/factor.
* tests/factor/basic: Move this file to ... * tests/misc/factor: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add factor. * tests/Makefile.am (SUBDIRS): Remove factor. * tests/factor: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/factor/Makefile
Diffstat (limited to 'tests/factor/Makefile.am')
-rw-r--r--tests/factor/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/factor/Makefile.am b/tests/factor/Makefile.am
deleted file mode 100644
index dedc143bb..000000000
--- a/tests/factor/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-## Process this file with automake to produce Makefile.in -*-Makefile-*-.
-TESTS = basic
-EXTRA_DIST = $(TESTS)
-TESTS_ENVIRONMENT = \
- top_srcdir=$(top_srcdir) \
- srcdir=$(srcdir) \
- PERL="$(PERL)" \
- CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
- PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
- PROG=factor