/* SPDX-License-Identifier: LGPL-2.1-only */ /* * The Rin Library – library "conformance" tests * * Copyright (C) 2017 Gediminas Jakutis */ #ifndef LIBRIN_TIME_TEST_INCLUDED #define LIBRIN_TIME_TEST_INCLUDED #include "test.h" int time_test(char *testname); #endif /* LIBRIN_TIME_TEST_INCLUDED */