mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-10 23:29:43 +00:00
Switch to using DSK to speed up tests on Android
This commit is contained in:
parent
785577e252
commit
5211722d63
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user