File: drop-modern-test.patch

package info (click to toggle)
libopengl-glfw-perl 0.0403-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792 kB
  • sloc: perl: 1,259; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Drop need for OpenGL::Modern as build dep
Author: Ed J <etj@cpan.org>
Forwarded: not-needed

--- a/test.pl
+++ b/test.pl
@@ -3,6 +3,8 @@
 # after the test suite so you see something if the build worked.
 #========================================================================
 
+BEGIN { exit }
+
 # skip test under under headless CI
 exit if exists $ENV{CI} and $^O eq 'darwin' or $^O eq 'MSWin32';