tap-test

Fri, 30 Jun 2017 16:37:27 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Fri, 30 Jun 2017 16:37:27 -0500
changeset 38558
a4e291ab6db3
parent 37593
17c34d87c5b3
permissions
-rwxr-xr-x

docs: Add missing api-index sections for libpurple and Finch

This patch adds some missing api-index sections for libpurple and
Finch in order to silence some GtkDoc warnings. Finch strangely
has some "Since: <version> (gnt) <other version> (pidgin)" lines
which GtkDoc doesn't like. This patch silences those warnings, but
I'm not sure it's picking them up correctly.

#! /bin/sh

# run a GTest in tap mode. The test binary is passed as $1

$1 -k --tap

mercurial