From a6c506006043a2c11be8c7b0ebff2b2a17a58a4c Mon Sep 17 00:00:00 2001 From: Florian Wetzel Date: Tue, 9 Dec 2025 10:24:54 +0100 Subject: [PATCH] =?UTF-8?q?test=5Fnumbers.c=20Grundger=C3=BCst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 0 -> 8196 bytes .idea/DobleSpiel.iml | 8 +++++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ .idea/workspace.xml | 55 +++++++++++++++++++++++++++++++ .vscode/c_cpp_properties.json | 18 +++++++++++ .vscode/launch.json | 13 ++++++++ .vscode/settings.json | 59 ++++++++++++++++++++++++++++++++++ test_numbers.c | 16 +++++++++ 9 files changed, 183 insertions(+) create mode 100644 .DS_Store create mode 100644 .idea/DobleSpiel.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/launch.json create mode 100644 .vscode/settings.json create mode 100644 test_numbers.c diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..a1dac1667e50173682c8aaa1a3b266d79471dce7 GIT binary patch literal 8196 zcmeHM&u<$=6n^6-^%}S7rcK%;0%=uWkeY@-Q(A;jjavj3LW$}qB=m>bwa3nq^^Uc> zj*~_~zQPUeaOcW}0~d~5xN<}M32@~^znNVpyKAT6P@ziQiDus0nfJY!`R47cXF^1* z(rdm+G)F`lvXpue#h4`9WgbbnsAe9L0Z-%+$KMh)s?LaYR*^A~F_1BkF_1BkG4LWV zfN!=;+6mwNur(_)1~LX-N(SWqU?59bj^rSeYU@CujsTDos8$I&&H)NzM6w*oK`0dz zKEu-ki=ZqzVz3a7c0-y&mLoX`We6u0!ihyav*?7vRPVqU%A8m^lv$ZEkTEdIfIPbw z$Re9u3gYK?(Xbq0p;f+6738IVRf0ASv0Zf%h#ymkB5k9OHcFowBveo8o*<55SN{_# z)ff9Vg_;`EmycVCfc7Xzjx#5>k@(Ce$x&SNXfI{yr7VloAydu8r|Zx>JikpVNt9yl z`xtZQ5~w}84NQFuPVyJWomDuwO5<6J+iJ>o2RAV-%*7#|9FyWJZa)cU{kR*D1gNt{92fc zr##@kDjtUf_D?~iV-S&>KrB#=x)>)1V|98T{k0JNl0lB%eZ-<{aZvA~ehIcsY9&V@ z*D2vMuW&Nvc1EK>uEH~{Q{&Bn=ahAT(RLIgBN3(;{4&O19^*f@PWe{s#jPjRENx)+ zQ!|vT#Vzw#Q5oaW+NP`}AJ4G1`hGXsvwpI=j_n7_%fGYSnTg4>c`dIMwMVsW(XRz& z(DN&%_dq_a3*lHp-Ly7r-mmL3cZD06w#z*Qu$vqv4?nftrs!8h&u#h&TMHYsf>x;O zR}Kzt-ng-7+`4(VXdJxr*7Blpd*#;QVL_WMz47k-`i|3a#a9S!Bo_UKq4VMMQTa8r z6a{u;H<}dtZ8)hvb$vLk!Yjpd=cg{{(-$vI&rHwG&R)JUH@~p(YF)o%nT?&cCx?4i zIKrzqJ^rBW+09zlY}jslGvIqc&3?k``o)y#ecpV0T(!R6h0V-yg>v_y$GNNgt+rY| z4>n`^R$af~H$34uYr?k!Tew>feUM!Zc&F;N1bW;B(W_nA}JcUIks2m;ZOmeN~8xN9Dlo;GdhaxSGie}`n2${!Dv*F#08QmEj-J2TWG$x6Sp z4W+NU!sUfRsk|07X><*5?@(J2+stNPg!tTWsb7oyMS}TIQcJyC^IS)`ZL|zgNzn6tIukmaljr{rPQL$t-rZ*Y zG6pgRULXe8#J$=*{75=++rdu@GLSz + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..65388e4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..ca9c6f9 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + 1764775436650 + + + + \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..980fd57 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "name": "macos-clang-arm64", + "includePath": [ + "${workspaceFolder}/**" + ], + "compilerPath": "/usr/bin/clang", + "cStandard": "${default}", + "cppStandard": "${default}", + "intelliSenseMode": "macos-clang-arm64", + "compilerArgs": [ + "" + ] + } + ], + "version": 4 +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..0a5c095 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "C/C++ Runner: Debug Session", + "type": "lldb", + "request": "launch", + "args": [], + "cwd": "/Users/florianwetzel/I2_Praktikum/DobleSpiel", + "program": "/Users/florianwetzel/I2_Praktikum/DobleSpiel/build/Debug/outDebug" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b9c6ac8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,59 @@ +{ + "C_Cpp_Runner.cCompilerPath": "clang", + "C_Cpp_Runner.cppCompilerPath": "clang++", + "C_Cpp_Runner.debuggerPath": "lldb", + "C_Cpp_Runner.cStandard": "", + "C_Cpp_Runner.cppStandard": "", + "C_Cpp_Runner.msvcBatchPath": "", + "C_Cpp_Runner.useMsvc": false, + "C_Cpp_Runner.warnings": [ + "-Wall", + "-Wextra", + "-Wpedantic", + "-Wshadow", + "-Wformat=2", + "-Wcast-align", + "-Wconversion", + "-Wsign-conversion", + "-Wnull-dereference" + ], + "C_Cpp_Runner.msvcWarnings": [ + "/W4", + "/permissive-", + "/w14242", + "/w14287", + "/w14296", + "/w14311", + "/w14826", + "/w44062", + "/w44242", + "/w14905", + "/w14906", + "/w14263", + "/w44265", + "/w14928" + ], + "C_Cpp_Runner.enableWarnings": true, + "C_Cpp_Runner.warningsAsError": false, + "C_Cpp_Runner.compilerArgs": [], + "C_Cpp_Runner.linkerArgs": [], + "C_Cpp_Runner.includePaths": [], + "C_Cpp_Runner.includeSearch": [ + "*", + "**/*" + ], + "C_Cpp_Runner.excludeSearch": [ + "**/build", + "**/build/**", + "**/.*", + "**/.*/**", + "**/.vscode", + "**/.vscode/**" + ], + "C_Cpp_Runner.useAddressSanitizer": false, + "C_Cpp_Runner.useUndefinedSanitizer": false, + "C_Cpp_Runner.useLeakSanitizer": false, + "C_Cpp_Runner.showCompilationTime": false, + "C_Cpp_Runner.useLinkTimeOptimization": false, + "C_Cpp_Runner.msvcSecureNoWarnings": false +} \ No newline at end of file diff --git a/test_numbers.c b/test_numbers.c new file mode 100644 index 0000000..eb54168 --- /dev/null +++ b/test_numbers.c @@ -0,0 +1,16 @@ +#include +#include +#include +#include +#include "numbers.h" +#include "unity.h" + + + +void setUp(void) { + // Falls notwendig, kann hier Vorbereitungsarbeit gemacht werden +} + +void tearDown(void) { + // Hier kann Bereinigungsarbeit nach jedem Test durchgeführt werden +} \ No newline at end of file