Files
nunuhara_xsystem4/test/test.pje
T
Nunuhara Cabbage 82c3f81d52 Add rudimentary unit testing via AIN file
Building 'test/test.pje' with the SDK compiler produces a file at
'test/Run/test.ain' which can be run with xsystem4 to test various
features.

Not the greatest testing method, but it works.
2019-10-16 20:16:19 -07:00

27 lines
326 B
Plaintext
Executable File

ProjectName = "test"
Formation "Debug" {
Define = "DEBUG"
}
Formation "Release" {
Define = "RELEASE"
}
CodeName = "test.ain"
GameVersion = 100
SourceDir = "Source"
HLLDir = "HLL"
ObjDir = "OBJ"
OutputDir = "Run"
SystemSource = {
"System\System.inc",
}
Source = {
"test.inc",
}