Sha256: c49d4399d9f2eaa5985be87631e3ab841b1dad46a70b9472a2ee1aefd2fe9bfc
Contents?: true
Size: 278 Bytes
Versions: 7
Compression:
Stored size: 278 Bytes
Contents
#include <stddef.h> #include "vendor/unity.h" #include "../src/hello_world.h" void test_hello(void) { TEST_ASSERT_EQUAL_STRING("Hello, World!", hello()); } int main(void) { UnityBegin("test/test_hello_world.c"); RUN_TEST(test_hello); UnityEnd(); return 0; }
Version data entries
7 entries across 7 versions & 1 rubygems