/* * Copyright 2013 (c) Anna Schumaker. */ #include #include static void test_version() { test_equal(get_version(), CONFIG_VERSION); test_equal(OCARINA_NAME, "ocarina-test"); } DECLARE_UNIT_TESTS( UNIT_TEST("Version", test_version), );