diff options
author | 2019-10-08 11:29:25 +0300 | |
---|---|---|
committer | 2019-10-08 11:29:25 +0300 | |
commit | 5a50d76eed4e9b4e4c86b82ee880e628ea9eb480 (patch) | |
tree | 44fcfc8a85ccf2d688cf909be7fbd39eb8ac8879 /test/uuid.c | |
parent | d8f2afd2f45da18950d67c240e1fb147058da995 (diff) | |
download | librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.tar.gz librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.tar.bz2 librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.zip |
tests: simplify file structure.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'test/uuid.c')
-rw-r--r-- | test/uuid.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 <stddef.h> +#include <stdio.h> #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) { |