mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-11 17:25:41 +00:00
Moved examples around.
This commit is contained in:
@@ -46,12 +46,12 @@ public class TestPrograms {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testTetrisSprites() throws IOException, URISyntaxException {
|
public void testTetrisSprites() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("examples/tetris/test-sprites");
|
compileAndCompare("complex/tetris/test-sprites");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testTetris() throws IOException, URISyntaxException {
|
public void testTetris() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("examples/tetris/tetris");
|
compileAndCompare("complex/tetris/tetris");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 748 B |
Reference in New Issue
Block a user