mirror of
https://github.com/gryf/ADFlib.git
synced 2026-02-11 18:55:46 +01:00
Added regtests
This commit is contained in:
26
regtest/Test/bigdev.sh
Executable file
26
regtest/Test/bigdev.sh
Executable file
@@ -0,0 +1,26 @@
|
||||
#!/bin/sh
|
||||
|
||||
#floppy test
|
||||
|
||||
DUMPS=../Dumps
|
||||
FFSDUMP=$DUMPS/testffs.adf
|
||||
OFSDUMP=$DUMPS/testofs.adf
|
||||
HDDUMP=$DUMPS/testhd.adf
|
||||
|
||||
BOOTDIR=../Boot
|
||||
BOOTBLK=$BOOTDIR/stdboot3.bbk
|
||||
|
||||
CHECK=../Check
|
||||
|
||||
hd_test /home/root/hd.adf /home/root/idh2.adf
|
||||
echo "-----"
|
||||
|
||||
hd_test2
|
||||
rm newdev
|
||||
echo "-----"
|
||||
|
||||
hd_test3
|
||||
rm newdev
|
||||
echo "-----"
|
||||
|
||||
hardfile /home/root/hardfile.hdf
|
||||
Reference in New Issue
Block a user