44 {
55 "label" : " Configure" ,
66 "type" : " shell" ,
7- "command" : " ./configure" ,
7+ "command" : " source set_build_paths.sh && ./configure" ,
88 "problemMatcher" : []
99 },
1010 {
1111 "label" : " Build" ,
1212 "type" : " shell" ,
13- "command" : " make all && dsymutil src/seedtool" ,
13+ "command" : " source set_build_paths.sh && make all && dsymutil src/seedtool" ,
1414 "problemMatcher" : { "base" : " $gcc" , "fileLocation" : [" relative" , " ${workspaceRoot}/src" ] },
1515 "group" : {
1616 "kind" : " build" ,
2020 {
2121 "label" : " Test" ,
2222 "type" : " shell" ,
23- "command" : " make check" ,
23+ "command" : " source set_build_paths.sh && make check" ,
2424 "problemMatcher" : { "base" : " $gcc" , "fileLocation" : [" relative" , " ${workspaceRoot}/src" ] },
2525 "group" : {
2626 "kind" : " test" ,
3030 {
3131 "label" : " Distribution Test" ,
3232 "type" : " shell" ,
33- "command" : " make distcheck" ,
33+ "command" : " source set_build_paths.sh && make distcheck" ,
3434 "problemMatcher" : { "base" : " $gcc" , "fileLocation" : [" relative" , " ${workspaceRoot}/src" ] },
3535 "group" : " test"
3636 },
3737 {
3838 "label" : " Distribution" ,
3939 "type" : " shell" ,
40- "command" : " make dist" ,
40+ "command" : " source set_build_paths.sh && make dist" ,
4141 "problemMatcher" : { "base" : " $gcc" , "fileLocation" : [" relative" , " ${workspaceRoot}/src" ] }
4242 },
4343 {
4444 "label" : " Distribution Clean" ,
4545 "type" : " shell" ,
46- "command" : " make distclean" ,
46+ "command" : " source set_build_paths.sh && make distclean" ,
4747 "problemMatcher" : []
4848 },
4949 {
5050 "label" : " Clean" ,
5151 "type" : " shell" ,
52- "command" : " make clean" ,
52+ "command" : " source set_build_paths.sh && make clean" ,
5353 "problemMatcher" : []
5454 },
5555 {
6565 "problemMatcher" : { "base" : " $gcc" , "fileLocation" : [" relative" , " ${workspaceRoot}/src" ] }
6666 }
6767 ]
68- }
68+ }
0 commit comments