diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-06-02 01:51:52 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-06-02 01:51:52 (GMT) |
commit | 2423bd6cabae9a027677b0141c91fedba4ec990b (patch) | |
tree | 6d0af2a93639db94e016cadbf71e4298e4a3ce7d /doc/html/PSandPDF/Makefile.in | |
parent | aa048ea6ff2db746828a7cea3a3a1962a5b4f23d (diff) | |
download | hdf5-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/html/PSandPDF/Makefile.in')
-rw-r--r-- | doc/html/PSandPDF/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |