Add Windows support to test tool

This commit is contained in:
Asher Baker
2018-07-19 23:12:53 +01:00
parent 08c991129d
commit 51ab414c1c
5 changed files with 86 additions and 50 deletions
+1 -4
View File
@@ -116,10 +116,7 @@ def AddHL2Library(name, dest):
debug_info = []
AddNormalLibrary('accelerator.ext', 'extensions')
if AMBuild.target['platform'] == 'linux':
AddExecutable('test-crash-dump-generation', 'configs')
AddExecutable('test-crash-dump-generation', 'configs')
job.AddCommandGroup(bincopies)