diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-16 17:35:41 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-16 17:35:41 +0200 |
commit | d78b73e2ca216777e17066091ef449e9cdaffae7 (patch) | |
tree | 082198023b2dcc680252a05b9d50475c4048c430 /tests/checkfs/common.h | |
parent | 396643e2cbf05cdc3d2a8fa34cf2d4f8cc1d8441 (diff) |
tests: move checkfs test to tests directory
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/checkfs/common.h')
-rw-r--r-- | tests/checkfs/common.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |