Switch to using DSK to speed up tests on Android

This commit is contained in:
Aaron Culliney 2015-12-16 21:11:52 -08:00
parent 785577e252
commit 5211722d63
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ static void testdisplay_teardown(void *arg) {
// Various Display Tests ...
TEST test_boot_disk() {
test_setup_boot_disk("testdisplay1.nib.gz", 1);
test_setup_boot_disk("testdisplay1.dsk.gz", 1);
BOOT_TO_DOS();

View File

@ -33,7 +33,7 @@ static void testvm_teardown(void *arg) {
// VM TESTS ...
TEST test_boot_disk() {
test_setup_boot_disk("testvm1.nib.gz", 1);
test_setup_boot_disk("testvm1.dsk.gz", 1);
BOOT_TO_DOS();