summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-02 01:58:53 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-02 01:58:53 -0500
commit90c7298049546bd8d1f4f64aeedd6569780f9259 (patch)
tree0ec4904e0fe5cddcd968f5a8bd58b4e7856af44f /tools
parent3a0879aff0b1ea0037098ae4f602b92719ff9a84 (diff)
downloadfork-ledger-90c7298049546bd8d1f4f64aeedd6569780f9259.tar.gz
fork-ledger-90c7298049546bd8d1f4f64aeedd6569780f9259.tar.bz2
fork-ledger-90c7298049546bd8d1f4f64aeedd6569780f9259.zip
Renamed the DocTests to ManualTests
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4662e73d..4dd4a871 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -247,7 +247,7 @@ endif
TESTS =
if HAVE_PYTHON
-TESTS += RegressTests BaselineTests DocTests ConfirmTests GenerateTests
+TESTS += RegressTests BaselineTests ManualTests ConfirmTests GenerateTests
endif
if HAVE_CPPUNIT
@@ -381,12 +381,12 @@ BaselineTests: $(srcdir)/test/RegressTests.py
echo "$(PYTHON) $(srcdir)/test/RegressTests.py $(top_builddir)/ledger$(EXEEXT) $(srcdir) $(srcdir)/test/baseline \"\$$@\"" > $@
chmod 755 $@
-DocTests_SOURCES = test/RegressTests.py
+ManualTests_SOURCES = test/RegressTests.py
-EXTRA_DIST += test/doc
+EXTRA_DIST += test/manual
-DocTests: $(srcdir)/test/RegressTests.py
- echo "$(PYTHON) $(srcdir)/test/RegressTests.py $(top_builddir)/ledger$(EXEEXT) $(srcdir) $(srcdir)/test/doc \"\$$@\"" > $@
+ManualTests: $(srcdir)/test/RegressTests.py
+ echo "$(PYTHON) $(srcdir)/test/RegressTests.py $(top_builddir)/ledger$(EXEEXT) $(srcdir) $(srcdir)/test/manual \"\$$@\"" > $@
chmod 755 $@
ConfirmTests_SOURCES = test/ConfirmTests.py
@@ -432,12 +432,12 @@ endif
fullcheck: cppunittests
@$(top_builddir)/RegressTests --verify
@$(top_builddir)/BaselineTests --verify
- @$(top_builddir)/DocTests --verify
+ @$(top_builddir)/ManualTests --verify
@$(top_builddir)/ConfirmTests --verify
@$(top_builddir)/GenerateTests --verify
@$(top_builddir)/RegressTests --gmalloc
@$(top_builddir)/BaselineTests --gmalloc
- @$(top_builddir)/DocTests --gmalloc
+ @$(top_builddir)/ManualTests --gmalloc
# @$(top_builddir)/ConfirmTests --gmalloc
# @$(top_builddir)/GenerateTests --gmalloc