6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
haxelib run munit gen
|
|
lime test neko
|
|
lime test cpp
|
|
haxelib run munit test
|