File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,14 @@ export ALS=$(ROOTDIR)/.obj/server/ada_language_server
1313TESTER =$(ROOTDIR ) /.obj/tester/tester-run
1414CODEC_TEST =.obj/codec_test/codec_test
1515
16- GPRBUILD_FLAGS =-j0
16+ # Env variable to set for update VS Code test references
17+ MOCHA_ALS_UPDATE =
18+
19+ GPRBUILD_EXTRA =
20+ GPRBUILD_FLAGS =-j0 $(GPRBUILD_EXTRA )
1721GPRBUILD =gprbuild $(GPRBUILD_FLAGS ) -XSUPERPROJECT=
18- GPRCLEAN =gprclean -XSUPERPROJECT=
22+ GPRCLEAN_EXTRA =
23+ GPRCLEAN =gprclean -XSUPERPROJECT= $(GPRCLEAN_EXTRA )
1924
2025# Installation directory
2126prefix ?= /usr/local
@@ -147,7 +152,8 @@ endif
147152
148153vscode-test :
149154 # Run the VS Code integration testsuite.
150- cd integration/vscode/ada; LD_LIBRARY_PATH= npm run test
155+ echo $(GPR_PROJECT_PATH )
156+ MOCHA_ALS_UPDATE=$(MOCHA_ALS_UPDATE ) cd integration/vscode/ada; LD_LIBRARY_PATH= npm run test
151157
152158vscode-package :
153159 cd integration/vscode/ada; LD_LIBRARY_PATH= $(VSCE ) package
You can’t perform that action at this time.
0 commit comments