File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1901,7 +1901,7 @@ import SWBMacro
1901
1901
projects: [ TestProject ( " aProject " ,
1902
1902
groupTree: TestGroup ( " SomeFiles " , children: [ ] ) ,
1903
1903
targets: [
1904
- TestStandardTarget ( " Target1 " ,
1904
+ TestStandardTarget ( " Target1 " , type : . commandLineTool ,
1905
1905
buildConfigurations: [
1906
1906
TestBuildConfiguration ( " Debug " ,
1907
1907
buildSettings: [
@@ -1935,7 +1935,7 @@ import SWBMacro
1935
1935
TestProject ( " aProject " ,
1936
1936
groupTree: TestGroup ( " SomeFiles " , children: [ ] ) ,
1937
1937
targets: [
1938
- TestStandardTarget ( " Target1 " , buildConfigurations: [
1938
+ TestStandardTarget ( " Target1 " , type : . commandLineTool , buildConfigurations: [
1939
1939
TestBuildConfiguration ( " Debug " , buildSettings: [
1940
1940
" SYMROOT " : " ./build " ,
1941
1941
" DSTROOT " : " build/foo/bar/something/../dst " ,
You can’t perform that action at this time.
0 commit comments