Skip to content

Commit a739914

Browse files
committed
Build tests with static version of Spawn.
1 parent 20ef525 commit a739914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ endif
1919

2020
all:
2121
gprbuild $(GPRBUILD_FLAGS) -P gnat/spawn.gpr
22-
gprbuild $(GPRBUILD_FLAGS) -P gnat/spawn_tests.gpr
22+
gprbuild $(GPRBUILD_FLAGS) -P gnat/spawn_tests.gpr -XSPAWN_LIBRARY_TYPE=static
23+
2324
check:
2425
export LD_LIBRARY_PATH=.libs/spawn/relocatable; \
2526
for TEST in ${SPAWN_TESTS}; do \

0 commit comments

Comments
 (0)