Browse Source

refactoring: Warnings aus test entfernt, Emmman Mensdorf

remotes/origin/Läufer-fertig,-Hendrik-Voß
Emman Mensdorf 11 months ago
parent
commit
936bae9bbe
  1. 18
      .vscode/c_cpp_properties.json
  2. 24
      .vscode/launch.json
  3. 3
      .vscode/settings.json
  4. 2
      build/test/results/test_Input.pass
  5. 2
      build/test/results/test_Moving.pass
  6. 2
      build/test/results/test_Schachbrett.pass

18
.vscode/c_cpp_properties.json

@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}

24
.vscode/launch.json

@ -0,0 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "c:/Users/emman/project_schach/taktikmeister/src",
"program": "c:/Users/emman/project_schach/taktikmeister/src/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}

3
.vscode/settings.json

@ -1,3 +1,4 @@
{ {
"C_Cpp.dimInactiveRegions": false
"C_Cpp.dimInactiveRegions": false,
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvarsall.bat"
} }

2
build/test/results/test_Input.pass

@ -16,4 +16,4 @@
:ignored: 0 :ignored: 0
:stdout: :stdout:
- "-> " - "-> "
:time: 0.05088280001655221
:time: 0.178285300033167

2
build/test/results/test_Moving.pass

@ -27,4 +27,4 @@
- " " - " "
- " p p p p p p p p " - " p p p p p p p p "
- " r n b q k b n r " - " r n b q k b n r "
:time: 1.7912093000486493
:time: 0.14185060001909733

2
build/test/results/test_Schachbrett.pass

@ -15,4 +15,4 @@
:failed: 0 :failed: 0
:ignored: 0 :ignored: 0
:stdout: [] :stdout: []
:time: 0.06260069995187223
:time: 0.12520380003843457
Loading…
Cancel
Save