shithub: soundpipe

ref: e5528584fe155e46b70be19894dc82849f36be06
dir: /test/tap.h/

View raw version
/*
 * Copyright (c) 2013, 2014, Louis P. Santillan <lpsantil@gmail.com>
 * All rights reserved.
 */
#ifndef TAP_H
#define TAP_H

void plan( unsigned int num );

unsigned int ok( unsigned int ok, const char* msg );

#endif