• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A lambda-based C++ unit-testing framework.


Commit MetaInfo

Revisão09b1cc4f43f05a5731f8a0a66bc2b30746f8b7c5 (tree)
Hora2020-01-29 09:15:11
AutorKaz Nishimura <kazssym@linu...>
CommiterKaz Nishimura

Mensagem de Log

Fix locations

Mudança Sumário

Diff

diff -r c0247cea6a99 -r 09b1cc4f43f0 .vscode/launch.json
--- a/.vscode/launch.json Wed Jan 29 08:23:12 2020 +0900
+++ b/.vscode/launch.json Wed Jan 29 09:15:11 2020 +0900
@@ -6,12 +6,12 @@
66 "request": "launch",
77 "name": "(gdb) Launch",
88 "preLaunchTask": "Build",
9- "program": "${workspaceFolder}/examples/runtest",
9+ "program": "${workspaceFolder}/test/runtest",
1010 "args": [
1111 "example.la"
1212 ],
1313 "environment": [],
14- "cwd": "${workspaceFolder}/examples",
14+ "cwd": "${workspaceFolder}/test",
1515 "stopAtEntry": false,
1616 "externalConsole": false,
1717 "MIMode": "gdb",