From 0c075ea18c7d1d806c2c9ec7fda53573041c0c37 Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 21 Nov 2025 00:31:48 +0100 Subject: [PATCH] stackTest file added --- I2_Dobble/stackTest.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 I2_Dobble/stackTest.c diff --git a/I2_Dobble/stackTest.c b/I2_Dobble/stackTest.c new file mode 100644 index 0000000..d58dc45 --- /dev/null +++ b/I2_Dobble/stackTest.c @@ -0,0 +1,13 @@ +#include "stack.h" +#include "unity.h" +#include "unity_internals.h" + +void setUp(void) { } +void tearDown(void) { } + +int main() +{ + UNITY_BEGIN(); + + return UNITY_END(); +} \ No newline at end of file