Include test program in package

This commit is contained in:
Asher Baker
2016-07-02 11:59:29 +01:00
committed by Asher Baker
parent dbbd74cc49
commit 00885f6dcf
3 changed files with 22 additions and 70 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def BuildEverything():
compiler['POSTLINKFLAGS'].append('-lstdc++')
compiler['POSTLINKFLAGS'].append('-pthread')
name = 'test'
name = 'test-crash-dump-generation'
extension = AMBuild.AddJob(name)
binary = Cpp.ExecutableBuilder(name, AMBuild, extension, compiler)