Module Name:    src
Committed By:   pooka
Date:           Mon Aug  9 19:32:26 UTC 2010

Modified Files:
        src/tests/fs/common: h_fsmacros.h

Log Message:
allow overriding of defaults


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/fs/common/h_fsmacros.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/common/h_fsmacros.h
diff -u src/tests/fs/common/h_fsmacros.h:1.17 src/tests/fs/common/h_fsmacros.h:1.18
--- src/tests/fs/common/h_fsmacros.h:1.17	Fri Jul 30 16:15:05 2010
+++ src/tests/fs/common/h_fsmacros.h	Mon Aug  9 19:32:26 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: h_fsmacros.h,v 1.17 2010/07/30 16:15:05 pooka Exp $	*/
+/*	$NetBSD: h_fsmacros.h,v 1.18 2010/08/09 19:32:26 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -54,9 +54,15 @@
 FSPROTOS(sysvbfs);
 FSPROTOS(tmpfs);
 
+#ifndef FSTEST_IMGNAME
 #define FSTEST_IMGNAME "image.fs"
+#endif
+#ifndef FSTEST_IMGSIZE
 #define FSTEST_IMGSIZE (10000 * 512)
+#endif
+#ifndef FSTEST_MNTNAME
 #define FSTEST_MNTNAME "/mnt"
+#endif
 
 #define FSTEST_CONSTRUCTOR(_tc_, _fs_, _args_)				\
 do {									\

Reply via email to