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

1
initial-xv6/tests/2.run Normal file
View File

@@ -0,0 +1 @@
cd src; ../../tester/run-xv6-command.sh CPUS=2 Makefile.test test_2 | grep XV6_TEST_OUTPUT; cd ..