blob: b66af802c5f4222a44d90f942e36521c0ba35e5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* SPDX-License-Identifier: LGPL-2.1-only */
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2017 Gediminas Jakutis
*/
#ifndef LIBRIN_DIAGNOSTIC_TEST_INCLUDED
#define LIBRIN_DIAGNOSTIC_TEST_INCLUDED
int diagnostic_test(char *testname);
#endif /* LIBRIN_DIAGNOSTIC_TEST_INCLUDED */
|