From 5a50d76eed4e9b4e4c86b82ee880e628ea9eb480 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 8 Oct 2019 11:29:25 +0300 Subject: tests: simplify file structure. Signed-off-by: Gediminas Jakutis --- test/uuid.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/uuid.c') diff --git a/test/uuid.c b/test/uuid.c index d8fb869..32ead51 100644 --- a/test/uuid.c +++ b/test/uuid.c @@ -18,8 +18,12 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include +#include #include "test.h" -#include "uuid_test_private.h" +#include "rin/uuid.h" + +static int rin_uuid_format_macro_test(void); int uuid_test(char *testname) { -- cgit v1.2.3