summarylogtreecommitdiffstats
path: root/remove_broken_tests_from_Makefile.patch
blob: d3f90efe84b853cd46c396eabc7528a1ed6daab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile	2024-04-04 19:33:11.673399700 +1100
+++ Makefile-new	2024-05-20 21:17:29.879433275 +1000
@@ -19,7 +19,7 @@
 
 all:
 	gprbuild $(GPRBUILD_FLAGS) -P gnat/spawn.gpr
-	gprbuild $(GPRBUILD_FLAGS) -P gnat/tests/spawn_tests.gpr -XSPAWN_LIBRARY_TYPE=static
+#	gprbuild $(GPRBUILD_FLAGS) -P gnat/tests/spawn_tests.gpr -XSPAWN_LIBRARY_TYPE=static
 
 check:
 	export LD_LIBRARY_PATH=.libs/spawn/relocatable; \