summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-06-02 01:51:52 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-06-02 01:51:52 (GMT)
commit2423bd6cabae9a027677b0141c91fedba4ec990b (patch)
tree6d0af2a93639db94e016cadbf71e4298e4a3ce7d /doc
parentaa048ea6ff2db746828a7cea3a3a1962a5b4f23d (diff)
downloadhdf5-2423bd6cabae9a027677b0141c91fedba4ec990b.zip
hdf5-2423bd6cabae9a027677b0141c91fedba4ec990b.tar.gz
hdf5-2423bd6cabae9a027677b0141c91fedba4ec990b.tar.bz2
[svn-r10840] Purpose:
Added check-s and check-p targets. Description: Added check-s and check-p targets to 1.7 branch to match changes to 1.6 branch. Now parallel and serial tests can be run separately. Platforms tested: mir, modi4, copper
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
-rw-r--r--doc/html/ADGuide/Makefile.in2
-rw-r--r--doc/html/Graphics/Makefile.in2
-rw-r--r--doc/html/Intro/Makefile.in2
-rw-r--r--doc/html/Makefile.in2
-rw-r--r--doc/html/PSandPDF/Makefile.in2
-rw-r--r--doc/html/TechNotes/Makefile.in2
-rw-r--r--doc/html/Tutor/Graphics/Makefile.in2
-rw-r--r--doc/html/Tutor/Makefile.in2
-rw-r--r--doc/html/Tutor/examples/Makefile.in2
-rw-r--r--doc/html/cpplus/Makefile.in2
-rw-r--r--doc/html/ed_libs/Makefile.in2
-rw-r--r--doc/html/ed_styles/Makefile.in2
-rw-r--r--doc/html/fortran/Makefile.in2
14 files changed, 14 insertions, 14 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 589c3c3..ee74c3d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -592,7 +592,7 @@ uninstall-info: uninstall-info-recursive
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/ADGuide/Makefile.in b/doc/html/ADGuide/Makefile.in
index 7419614..2c819b4 100644
--- a/doc/html/ADGuide/Makefile.in
+++ b/doc/html/ADGuide/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/Graphics/Makefile.in b/doc/html/Graphics/Makefile.in
index afa363a..eb24c69 100644
--- a/doc/html/Graphics/Makefile.in
+++ b/doc/html/Graphics/Makefile.in
@@ -461,7 +461,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/Intro/Makefile.in b/doc/html/Intro/Makefile.in
index 2f436e9..b581941 100644
--- a/doc/html/Intro/Makefile.in
+++ b/doc/html/Intro/Makefile.in
@@ -461,7 +461,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in
index 72eaa31..b2238b3 100644
--- a/doc/html/Makefile.in
+++ b/doc/html/Makefile.in
@@ -646,7 +646,7 @@ uninstall-info: uninstall-info-recursive
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/PSandPDF/Makefile.in b/doc/html/PSandPDF/Makefile.in
index 8f2e4a1..c7b9ac2 100644
--- a/doc/html/PSandPDF/Makefile.in
+++ b/doc/html/PSandPDF/Makefile.in
@@ -427,7 +427,7 @@ uninstall-am: uninstall-info-am
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/TechNotes/Makefile.in b/doc/html/TechNotes/Makefile.in
index 5be5c7b..d489138 100644
--- a/doc/html/TechNotes/Makefile.in
+++ b/doc/html/TechNotes/Makefile.in
@@ -470,7 +470,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in
index 6f3efd4..fdcb8b5 100644
--- a/doc/html/Tutor/Graphics/Makefile.in
+++ b/doc/html/Tutor/Graphics/Makefile.in
@@ -469,7 +469,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/Tutor/Makefile.in b/doc/html/Tutor/Makefile.in
index d18081f..e408232 100644
--- a/doc/html/Tutor/Makefile.in
+++ b/doc/html/Tutor/Makefile.in
@@ -627,7 +627,7 @@ uninstall-info: uninstall-info-recursive
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/Tutor/examples/Makefile.in b/doc/html/Tutor/examples/Makefile.in
index ee99a99..e1ae4d0 100644
--- a/doc/html/Tutor/examples/Makefile.in
+++ b/doc/html/Tutor/examples/Makefile.in
@@ -506,7 +506,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA \
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/cpplus/Makefile.in b/doc/html/cpplus/Makefile.in
index ebe9713..af55e55 100644
--- a/doc/html/cpplus/Makefile.in
+++ b/doc/html/cpplus/Makefile.in
@@ -461,7 +461,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/ed_libs/Makefile.in b/doc/html/ed_libs/Makefile.in
index 06cd3d9..beda1a0 100644
--- a/doc/html/ed_libs/Makefile.in
+++ b/doc/html/ed_libs/Makefile.in
@@ -465,7 +465,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/ed_styles/Makefile.in b/doc/html/ed_styles/Makefile.in
index ee44615..1247c12 100644
--- a/doc/html/ed_styles/Makefile.in
+++ b/doc/html/ed_styles/Makefile.in
@@ -464,7 +464,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend:
diff --git a/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in
index 2097a98..89ae5fe 100644
--- a/doc/html/fortran/Makefile.in
+++ b/doc/html/fortran/Makefile.in
@@ -461,7 +461,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA
# Ignore most rules
-lib progs check test _test:
+lib progs check test _test check-p check-s:
@echo "Nothing to be done"
tests dep depend: