testsuite now included
This commit is contained in:
parent
c67e19a62f
commit
4bd356079c
Binary file not shown.
|
@ -80,6 +80,10 @@ public override sealed bool CopyExtraFiles(ABuilder ab, string basedir, string s
|
|||
ABuilder.PropSlashes(source + "\\plugins\\amxmod_compat"),
|
||||
ABuilder.PropSlashes(basedir + "\\scripting\\amxmod_compat"));
|
||||
|
||||
ABuilder.CopyNormal(ab,
|
||||
ABuilder.PropSlashes(source + "\\plugins\\testsuite"),
|
||||
ABuilder.PropSlashes(basedir + "\\scripting\\testsuite"));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user