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
13
13
TESTER =$(ROOTDIR ) /.obj/tester/tester-run
14
14
CODEC_TEST =.obj/codec_test/codec_test
15
15
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 )
17
21
GPRBUILD =gprbuild $(GPRBUILD_FLAGS ) -XSUPERPROJECT=
18
- GPRCLEAN =gprclean -XSUPERPROJECT=
22
+ GPRCLEAN_EXTRA =
23
+ GPRCLEAN =gprclean -XSUPERPROJECT= $(GPRCLEAN_EXTRA )
19
24
20
25
# Installation directory
21
26
prefix ?= /usr/local
@@ -147,7 +152,8 @@ endif
147
152
148
153
vscode-test :
149
154
# 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
151
157
152
158
vscode-package :
153
159
cd integration/vscode/ada; LD_LIBRARY_PATH= $(VSCE ) package
You can’t perform that action at this time.
0 commit comments