summaryrefslogtreecommitdiffstats
path: root/tools/regression/ufs/uprintf/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-09-19 16:29:36 +0000
committerrwatson <rwatson@FreeBSD.org>2005-09-19 16:29:36 +0000
commitaaf789e510b326aa5b4a0f8182913e2c4ea68048 (patch)
tree09ed13ec27ca7f9b4062ddca410e11872df86521 /tools/regression/ufs/uprintf/Makefile
parentc4635301e779fcd396bca3778a7ec13108f56408 (diff)
downloadFreeBSD-src-aaf789e510b326aa5b4a0f8182913e2c4ea68048.zip
FreeBSD-src-aaf789e510b326aa5b4a0f8182913e2c4ea68048.tar.gz
Small regression test tool to generate two forms of ENOSPC on a file
system: out of blocks, and out of inodes. Useful for exercising the uprintf(9) calls in UFS/ext2fs in order to detect races.
Diffstat (limited to 'tools/regression/ufs/uprintf/Makefile')
-rw-r--r--tools/regression/ufs/uprintf/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/regression/ufs/uprintf/Makefile b/tools/regression/ufs/uprintf/Makefile
new file mode 100644
index 0000000..cb07e55
--- /dev/null
+++ b/tools/regression/ufs/uprintf/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+PROG= ufs_uprintf
+WARNS= 3
+NO_MAN=
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud