Skip to content

Commit

Permalink
try build
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Dec 19, 2019
1 parent 8337868 commit db9528e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/test/kotlin/assimp/obj/obj.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
}
}

0 comments on commit db9528e

Please sign in to comment.