File: omit_tests.patch

package info (click to toggle)
jgrapht 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,536 kB
  • sloc: java: 133,723; xml: 1,878; sh: 134; javascript: 81; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: skip tests, as we would need many unpackaged software to run them
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2021-10-18

--- a/pom.xml
+++ b/pom.xml
@@ -225,6 +225,8 @@
     </dependencyManagement>
 
     <build>
+        <testSourceDirectory>testOmitted</testSourceDirectory>
+
         <pluginManagement>
             <plugins>
                 <plugin>