Imported Upstream version 1.5.1

This commit is contained in:
Mario Fetka
2020-09-22 02:25:22 +02:00
commit 434d6067d9
2103 changed files with 928962 additions and 0 deletions

13
tests/test_scripts/fsx.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
XTREEMFS_DIR=$1
if [ ! -e ${XTREEMFS_DIR}/tests/utils/fsx.bin ]
then
echo "Compiling fsx.bin..."
current_dir=`pwd`
cd ${XTREEMFS_DIR}/tests/utils
gcc -o fsx.bin ltp-fsx.c
cd $current_dir
fi
${XTREEMFS_DIR}/tests/utils/fsx.bin -R -W -N 100000 ./fsx.tmpfile