@ -19,4 +19,4 @@
:failed: 0
:ignored: 0
:stdout: []
:time: 0.8575828000011825
:time: 0.8460040999998455
@ -23,4 +23,4 @@
:time: 0.04093739999916579
:time: 0.31263360000048124
@ -83,4 +83,4 @@
:time: 0.04128909999963071
:time: 0.31362459999945713
@ -15,4 +15,4 @@
:time: 0.04106339999998454
:time: 0.32567829999970854
@ -0,0 +1 @@
#include "WortSpiel.h"
@ -0,0 +1,5 @@
#ifndef WORTSPIEL_H
#define WORTSPIEL_H
#endif // WORTSPIEL_H
@ -0,0 +1,20 @@
#ifdef TEST
#include "unity.h"
void setUp(void)
{
}
void tearDown(void)
void test_WortSpiel_NeedToImplement(void)
TEST_IGNORE_MESSAGE("Need to Implement WortSpiel");
#endif // TEST