shithub: soundpipe

ref: 4717f3fcc1523ee0e7e7b85273d6c5dd5bf192a3
dir: /test/tap.h/

View raw version
/*
 * Copyright (c) 2013, 2014, Louis P. Santillan <[email protected]>
 * All rights reserved.
 */
#ifndef TAP_H
#define TAP_H

void plan( unsigned int num );

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

#endif