Skip to content

Commit

Permalink
Fallback to using picoquic_t
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Feb 19, 2024
1 parent 7a18319 commit 9977c45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ test_script:
- ps: cd "$Env:Configuration"
- ps: pwd
- ps: dir
- ps: vstest.console /logger:Appveyor "/testcasefilter:(Name!=config_quic)&(Name!=config_option)&(Name!=qlog_trace)&(Name!=qlog_trace_auto)&(Name!=qlog_trace_ecn)&(Name!=qlog_trace_only)&(Name!=simple_multipath_qlog)&(Name!=multipath_qlog)&(Name!=threading)" UnitTest1.dll
# using alternative because of error `vstest.console.exe .\UnitTest1.dll`
# - ps: vstest.console /logger:Appveyor "/testcasefilter:(Name!=config_quic)&(Name!=config_option)&(Name!=qlog_trace)&(Name!=qlog_trace_auto)&(Name!=qlog_trace_ecn)&(Name!=qlog_trace_only)&(Name!=simple_multipath_qlog)&(Name!=multipath_qlog)&(Name!=threading)" UnitTest1.dll
# Alternative to UnitTest1 (running the same tests):
# - ps: .\picoquic_t -n -r -x fuzz_initial
- ps: .\picoquic_t -n -r -x fuzz_initial

deploy: off

Expand Down

0 comments on commit 9977c45

Please sign in to comment.