testh5.am

来自「xgrafix 是PTSG模拟程序中的图形截面库 改版本是最新版本」· AM 代码 · 共 39 行

AM
39
字号
## ######################################################################## File:	testh5.am#### Purpose:	Test hdf5 files against standard files#### Version:	$Id: testh5.am,v 1.16 2005/07/23 23:04:12 cary Exp $#### Copyright 2001, Tech-X Corporation.  Freely distributable provided## copyright statement remains intact.#### ##################################################################### Check is done first, so in each subdirectory.  Then check-local is done.check-local:	rm -f check.log	if test -n "$(H5TESTS)"; then \	  echo `date`": testing in subdirectory `basename $$PWD`" >>check.log; \	  for i in $(H5TESTS); do \	    rm -f $${i}*.h5; \	    $(top_srcdir)/config/testh5.sh $$i; \	    cat check-$$i.log >>check.log; \	  done; \	else \	  echo "In subdirectory `basename $$PWD`" >>check.log; \	fi	if test -n "$(SUBDIRS)"; then \	  for i in $(SUBDIRS); do \	    cat $$i/check.log >>check.log; \	  done; \	fi	echo `date`": leaving subdirectory `basename $$PWD`" >>check.logclean-local: clean-h5clean-h5:	rm -f *.out *.txt *.log *.h5 *.eps *.png *.mpg

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?