import source from 3.0
[external/parted.git] / debug / test / testrc
1 # fill this in!  It'll refuse to run if you don't.  I don't want this
2 # configuration used to clobber your machine :-)
3 TEST_HOST=satisfactory
4
5 # Parted distribution base
6 # TEST_PARTED_BASE=../..
7 TEST_PARTED_BASE=/home/parted/cvs/stable
8
9 # where to find GNU parted
10 TEST_PARTED_COMMAND=$TEST_PARTED_BASE/parted/parted
11
12 # where to find clearfat
13 TEST_PARTED_CLEARFAT=$TEST_PARTED_BASE/debug/clearfat/clearfat
14
15 # the drive to be completely clobbered!
16 TEST_DRIVE=/dev/hdb
17
18 # The size of the disk, in megabytes
19 TEST_DRIVE_SIZE=19092
20
21 # where TEST_DRIVE gets mounted
22 TEST_MOUNT_POINT=/mnt/test
23
24 # where to get test data from.  Clear text is nice - easier to debug.
25 TEST_DATA=/usr/src/kernel-source-2.4.20
26
27 # data to delete and replace, to "fragment" the drive.
28 TEST_DATA_HOLE=include
29
30 # which disk label to use for testing file systems
31 TEST_FS_USE_DISK_LABEL=msdos
32
33 # set to 1 if you want to shut up the kernel's annoying messages
34 QUIET_KERNEL=1
35
36 # set to 1 if you want logging of everything, including successful tests
37 VERBOSE_LOGS=1
38
39 # set this if you want to do malloc() debugging with mtrace
40 #MALLOC_TRACE=malloc-trace