Skip to content

Commit

Permalink
feat: add more standalone testing logic (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn authored Oct 6, 2024
1 parent 4b49244 commit 5b81e4a
Show file tree
Hide file tree
Showing 195 changed files with 1,769 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"request": "launch",
"program": "${workspaceFolder}/out/linux/x64/tests/standalone/ten_runtime_smoke_test",
"args": [
"--gtest_filter=ExtensionTest.PropertySetInt32"
"--gtest_filter=StandaloneTest.OnCmd"
],
"cwd": "${workspaceFolder}/out/linux/x64/tests/standalone/",
"env": {
Expand Down
Loading

0 comments on commit 5b81e4a

Please sign in to comment.