Skip to content

Commit 33f370d

Browse files
committed
Merge branch 'mr/reorganize_tests' into 'master'
Move test to gnatcoll.projects testsuite See merge request eng/toolchain/gnatcoll-core!156
2 parents ed99b09 + db297af commit 33f370d

File tree

13 files changed

+13
-12
lines changed

13 files changed

+13
-12
lines changed

gprproject/gprbuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def run(self, args: list[str], **kwargs) -> int:
205205
"-f",
206206
f"--prefix={final_prefix}",
207207
f"--sources-subdir=include/{self.project_name}",
208+
f"--install-name={self.project_name}",
208209
]
209210
if self.gnatcov:
210211
# In gnatcov mode, by default copy the gnatcov runtime in the same

testsuite/core/tests/file_paths/test.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
project Test is
44
for Main use ("test.adb");

testsuite/core/tests/opt_parse/help/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

testsuite/core/tests/opt_parse/help_whitespace/help_120_wrap/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

testsuite/core/tests/opt_parse/help_whitespace/help_80_wrap/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

testsuite/core/tests/opt_parse/help_whitespace/help_long_arg/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

testsuite/core/tests/opt_parse/help_whitespace/help_short_arg/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

testsuite/core/tests/opt_parse/optional_long_short/optional_long_short_enum/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

testsuite/core/tests/opt_parse/optional_long_short/optional_long_short_flag/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

testsuite/core/tests/opt_parse/optional_long_short/optional_long_short_list/mylib.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with "gnatcoll";
1+
with "gnatcoll_core";
22

33
library project Mylib is
44
for Source_Dirs use ("src-mylib");

0 commit comments

Comments
 (0)