📄 testh5.am
字号:
## ######################################################################## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -