Skip to content

Commit

Permalink
add a few tests (mu, space invaders)
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Dec 15, 2023
1 parent 0075e5d commit 02d45c6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/full/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,24 @@ if(cluster.isMaster)
expect_graphical_mode: true,
expect_mouse_registered: true,
},
{
name: "Mu",
skip_if_disk_image_missing: true,
timeout: 60,
memory_size: 256 * 1024 * 1024,
hda: root_path + "/images/mu-shell.img",
expect_graphical_mode: true,
expect_mouse_registered: true,
},
{
name: "ASM Space Invaders",
skip_if_disk_image_missing: true,
timeout: 10,
fda: root_path + "/images/space-invaders.img", // non-standard floppy disk size, reads past end of original image
expected_texts: [
" # SPACE INVADERS # ",
],
},
{
name: "Linux with Postgres",
skip_if_disk_image_missing: true,
Expand Down

0 comments on commit 02d45c6

Please sign in to comment.