Skip to content

Commit

Permalink
add windows exception handling in C (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark authored Feb 14, 2019
1 parent 0d7b5c8 commit 6a1fdb7
Show file tree
Hide file tree
Showing 21 changed files with 630 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ build_script:

test_script:
- set RUST_BACKTRACE=1
- cargo test --verbose
- cd ./lib/spectests && cargo test -- --test-threads 1 && cd ../..

Loading

0 comments on commit 6a1fdb7

Please sign in to comment.