]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Consider lines with -O0 or -Og debug builds.
[blhc/blhc.git] / t / tests.t
index 93801f5559fc3598979df5d8f6aaff70114ae83f..acb8ab7f3f74e0e2998cf1700a7e104a61824d7d 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -19,7 +19,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 212;
+use Test::More tests => 214;
 
 
 sub is_blhc {
@@ -647,6 +647,11 @@ NONVERBOSE BUILD: Compiling test.c \     gcc test.c
 ';
 
 
+# handle debug builds
+
+is_blhc 'debug-build', '', 0, '';
+
+
 # configure/make
 
 is_blhc 'configure', '', 1,