Skip to content

Commit

Permalink
#3 Add windows testing - 13
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Aug 31, 2023
1 parent ebb9b08 commit 981322f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ run:

.PHONY: setup
setup:
@rm -rf /tmp/sqlite
@mkdir /tmp/sqlite
@rm -rf "C:\Temp\sqlite"
@mkdir "C:\Temp\sqlite"
@cp testdata/sqlite/G2C.db "C:\Temp\sqlite\G2C.db"

# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import (
* The unit tests in this file simulate command line invocation.
*/
func TestMain(testing *testing.T) {
// main()
main()
}

0 comments on commit 981322f

Please sign in to comment.