From db9528ea7129b98ad0c4744d9632f9ccaadbfaea Mon Sep 17 00:00:00 2001 From: gbarbieri Date: Thu, 19 Dec 2019 13:07:41 +0100 Subject: [PATCH] try build --- src/test/kotlin/assimp/obj/obj.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/kotlin/assimp/obj/obj.kt b/src/test/kotlin/assimp/obj/obj.kt index 7719472..d13b43c 100644 --- a/src/test/kotlin/assimp/obj/obj.kt +++ b/src/test/kotlin/assimp/obj/obj.kt @@ -8,12 +8,12 @@ class obj : StringSpec() { val path = "$models/OBJ" init { -// "box"{ box("$path/box.obj") } -// "cube"{ cube("$path/cube.obj") } -// "nanosuit" { nanosuit("$path/nanosuit") } + "box"{ box("$path/box.obj") } + "cube"{ cube("$path/cube.obj") } + "nanosuit" { nanosuit("$path/nanosuit") } "wall"{ wall("$path/wall.obj") } -// "spider"{ spider.obj("$path/spider") } -// "shelter" { shelter("$path/shelter") } -// "car" { car("$path/car") } + "spider"{ spider.obj("$path/spider") } + "shelter" { shelter("$path/shelter") } + "car" { car("$path/car") } } } \ No newline at end of file