init tests for simple xv6 project
This commit is contained in:
10
initial-xv6/test-getreadcount.sh
Executable file
10
initial-xv6/test-getreadcount.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
if ! [[ -d src ]]; then
|
||||
echo "src dir does not exist"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
../tester/run-tests.sh $*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user