blob: 8085c2ef0023ebfca8c8c7c34d67c13c9c74ae3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* SPDX-License-Identifier: LGPL-2.1-only */
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2017 Gediminas Jakutis
*/
#ifndef LIBRIN_UUID_TEST_INCLUDED
#define LIBRIN_UUID_TEST_INCLUDED
#include "test.h"
int uuid_test(char *testname);
#endif /* LIBRIN_UUID_TEST_INCLUDED */
|