Skip to content

Commit

Permalink
test: rimukt: Additional resouce file checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Jan 31, 2020
1 parent 30d8479 commit 966b21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/kotlin/RimuktTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ class RimuktTest {
@Test
fun checkResourceExists() {
// Throws exception if there is a missing resource file.
for (style in arrayOf("classic", "flex", "v8")) {
for (style in arrayOf("classic", "flex", "plain","sequel","v8")) {
readResource("$style-header.rmu")
readResource("$style-footer.rmu")
}
readResource("manpage.txt")
}

@Test
Expand Down

0 comments on commit 966b21d

Please sign in to comment.