提交 036dc53e authored 作者: Michael Jerris's avatar Michael Jerris

comment out more tests

上级 e73eb028
...@@ -29,18 +29,18 @@ test: check-recursive ...@@ -29,18 +29,18 @@ test: check-recursive
# Target to make autogenerated files. # Target to make autogenerated files.
genfiles : genfiles :
(cd src ; make genfiles) (cd src ; make genfiles)
(cd tests ; make genfiles) # (cd tests ; make genfiles)
checkprograms : checkprograms :
(cd src ; make libsndfile.la checkprograms) (cd src ; make libsndfile.la checkprograms)
(cd tests ; make checkprograms) # (cd tests ; make checkprograms)
testprogs : testprogs :
(cd src ; make testprogs) (cd src ; make testprogs)
(cd tests ; make testprogs) # (cd tests ; make testprogs)
test-tarball : Scripts/build-test-tarball.mk test-tarball : Scripts/build-test-tarball.mk
(cd src ; make all libsndfile.la checkprograms) (cd src ; make all libsndfile.la checkprograms)
(cd tests ; make all checkprograms) # (cd tests ; make all checkprograms)
make -f Scripts/build-test-tarball.mk # make -f Scripts/build-test-tarball.mk
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论