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