diff options
author | Brian Behlendorf <[email protected]> | 2009-01-14 15:38:56 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-14 15:38:56 -0800 |
commit | 9c22d76019031b0c547b9a4e38dc6c59ff7db588 (patch) | |
tree | 8acb9682ed490d2a9861924f2592ee89dc271865 /cmd | |
parent | 1c54d0d15d656202c15418c53e11cf60ab48692b (diff) |
Minor 'make check' updates
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ztest/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/ztest/Makefile.am b/cmd/ztest/Makefile.am index c1dae8f59..216089ef1 100644 --- a/cmd/ztest/Makefile.am +++ b/cmd/ztest/Makefile.am @@ -28,3 +28,6 @@ ztest_LDADD = \ $(top_builddir)/lib/libzfs/libzfs.la ztest_LDFLAGS = -pthread -lm -lz -lrt -ldl + +check: + ./ztest -V |