tap-test

Sun, 21 Aug 2016 23:15:11 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 21 Aug 2016 23:15:11 -0400
branch
meson
changeset 38439
03f1a1642a68
parent 37593
17c34d87c5b3
permissions
-rwxr-xr-x

Add meson build for libpurple only.

The library, tests, and example build and install fine. Not supported
are all plugins, protocols, or any clients.

#! /bin/sh

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

$1 -k --tap

mercurial