]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/debian-hardening-wrapper
Don't perform any tests if hardening-wrapper is used.
[blhc/blhc.git] / t / logs / debian-hardening-wrapper
diff --git a/t/logs/debian-hardening-wrapper b/t/logs/debian-hardening-wrapper
new file mode 100644 (file)
index 0000000..2e2966c
--- /dev/null
@@ -0,0 +1,8 @@
+Build-Depends: .., hardening-wrapper, ...
+
+dpkg-buildpackage: source package test
+
+gcc -g -O2 -c test-a.c
+gcc -g -O2 -c test-b.c
+gcc -g -O2 -c test-c.c
+gcc -o test test-a.o test-b.o test-c.o -ltest