init tests for simple xv6 project

This commit is contained in:
Remzi Arpaci-Dusseau
2019-03-29 06:57:56 -05:00
parent 263afb4197
commit 1f2ee09b27
11 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#! /bin/bash
if ! [[ -d src ]]; then
echo "src dir does not exist"
exit 1
fi
../tester/run-tests.sh $*