X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2Flib.h;h=cc027ab67e8a8a4a8ea3ec2de45649c18b8d1801;hb=6205515cc8bed6bc17c2facf9612a072facdfd3e;hp=576e06853105a7b53b2ed9dbfb039870be3b4a90;hpb=6b71bf1ba076f697bde8e41dbaa413bb3ec44326;p=libsigrok.git diff --git a/tests/lib.h b/tests/lib.h index 576e0685..cc027ab6 100644 --- a/tests/lib.h +++ b/tests/lib.h @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef LIBSIGROK_TESTS_LIB_H @@ -54,5 +53,6 @@ Suite *suite_version(void); Suite *suite_device(void); Suite *suite_trigger(void); Suite *suite_analog(void); +Suite *suite_conv(void); #endif