Skip to content

Commit

Permalink
add some testing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Nov 26, 2024
1 parent 8b1ab46 commit 0345d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/target
test.txt
/test_files/*
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/target/debug/txtinsert",
"args": ["test.txt"],
"args": [],
"cwd": "${workspaceFolder}",
"preLaunchTask": "rust: cargo build"
"preLaunchTask": "rust: cargo test"
},
]
}

0 comments on commit 0345d48

Please sign in to comment.