From d78b73e2ca216777e17066091ef449e9cdaffae7 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 16 Jan 2008 17:35:41 +0200 Subject: tests: move checkfs test to tests directory Signed-off-by: Artem Bityutskiy --- tests/checkfs/common.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/checkfs/common.h (limited to 'tests/checkfs/common.h') diff --git a/tests/checkfs/common.h b/tests/checkfs/common.h new file mode 100644 index 0000000..1d33f8b --- /dev/null +++ b/tests/checkfs/common.h @@ -0,0 +1,7 @@ +/* $Id: common.h,v 1.1 2001/06/21 23:07:56 dwmw2 Exp $ */ +//this .h file is common to both the file creation utility and +//the file checking utility. +#define TRUE 1 +#define FALSE 0 + +#define MAX_NUM_FILES 100 -- cgit v1.2.3