Sha256: b902fc3c12e3715525e324e16cbaeed9a01cdf23fbe00f6ada715438479f5750

Contents?: true

Size: 325 Bytes

Versions: 132

Compression:

Stored size: 325 Bytes

Contents

#include <stddef.h>
#include "vendor/unity.h"
#include "../src/hello_world.h"

void setUp(void)
{
}

void tearDown(void)
{
}

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

132 entries across 132 versions & 1 rubygems

Version Path
trackler-2.2.1.78 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.77 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.76 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.75 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.74 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.73 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.72 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.71 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.70 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.69 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.68 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.67 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.66 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.65 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.64 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.63 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.62 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.61 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.60 tracks/c/exercises/hello-world/test/test_hello_world.c
trackler-2.2.1.59 tracks/c/exercises/hello-world/test/test_hello_world.c