Skip to content

Commit

Permalink
Add test for syllable
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Oct 7, 2023
1 parent 27514db commit f611b29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/full/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,15 @@ if(cluster.isMaster)
expect_graphical_size: [800, 600],
expect_mouse_registered: true,
},
{
name: "Syllable",
skip_if_disk_image_missing: true,
timeout: 60,
memory_size: 512 * 1024 * 1024,
hda: root_path + "/images/syllable-destop-0.6.7.img",
expect_graphical_mode: true,
expect_mouse_registered: true,
},
{
name: "Linux with Postgres",
skip_if_disk_image_missing: true,
Expand Down

0 comments on commit f611b29

Please sign in to comment.