aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-helper.h
blob: a2a69b764c3c8c389b6eec0a3464f33cfc76d126 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __TEST_HELPER_H__
#define __TEST_HELPER_H__

void test_init (int argc,
    char **argv);

void test_deinit (void);

#endif