1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00

Moved examples around.

This commit is contained in:
jespergravgaard 2019-01-03 19:59:31 +01:00
parent 0b881a9596
commit 4ce4667e57
30 changed files with 2 additions and 2 deletions

View File

@ -46,12 +46,12 @@ public class TestPrograms {
@Test
public void testTetrisSprites() throws IOException, URISyntaxException {
compileAndCompare("examples/tetris/test-sprites");
compileAndCompare("complex/tetris/test-sprites");
}
@Test
public void testTetris() throws IOException, URISyntaxException {
compileAndCompare("examples/tetris/tetris");
compileAndCompare("complex/tetris/tetris");
}
@Test

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 748 B