tests: Added tests to check requirement of the filter and next arguments
[lumina.git] / premake.lua
blob251ba237f5f903c9d1b25baebc62172fc34a8fe4
1 project.name = "lumina"
2 project.libdir = "lib"
3 project.bindir = "bin"
5 dopackage("core")
6 dopackage("test")
7 dopackage("tests")