comparison libinterp/dldfcn/__init_gnuplot__.cc @ 21575:bc9aa534bc29

maint: Clean up BIST tests so they don't produce warnings. * data.cc (Fhorzcat): Temporarily disable "num-to-str" warning for BIST tests. * luinc.cc (__luinc__): Move BIST tests to luinc.m. * luinc.m: Add BIST tests for luinc. * regexp.cc (Fregexp): Temporarily disable "regexp-lookbehind-limit" for BIST tests. * sqrtm.cc (Fsqrtm): Temporarily disable "sqrtm:SingularMatrix" for BIST tests. * __eigs__.cc, __init_fltk__.cc, __init_gnuplot__.cc: Add 'assert (1)' BIST test to mark internal functions as tested. * ov-range.cc (Fallow_noninteger_range_as_index: Temporarily disable "deprecated-syntax" for BIST tests. * quadv.m: Temporarily disable "divide-by-zero" warning for BIST tests. * imfinfo.m: Temporarily disable "GraphicsMagic-Quantum-Depth" for BIST tests.
author Rik <rik@octave.org>
date Fri, 01 Apr 2016 13:56:09 -0700
parents 40de9f8f23a6
children d7a268e68e69
comparison
equal deleted inserted replaced
21574:ae4d7dfea337 21575:bc9aa534bc29
1 /* 1 /*, ,
2 2
3 Copyright (C) 2007-2015 John W. Eaton 3 Copyright (C) 2007-2015 John W. Eaton
4 4
5 This file is part of Octave. 5 This file is part of Octave.
6 6
225 retval = have_gnuplot_binary (); 225 retval = have_gnuplot_binary ();
226 226
227 return retval; 227 return retval;
228 } 228 }
229 229
230 /*
231 ## No test needed for internal helper function.
232 %!assert (1)
233 */