Skip to content

Commit

Permalink
Revert "test: Disable testing vcpkg's PDB installation function"
Browse files Browse the repository at this point in the history
This reverts commit e3c35c0.
  • Loading branch information
huangqinjin authored and mstorsjo committed Dec 30, 2024
1 parent 3216e3f commit d1bfe28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EOF

# Install dependencies with classic mode.
EXEC "" vcpkg install sqlite3:$ARCH-windows --overlay-triplets=.
EXEC "" file -E $VCPKG_ROOT/installed/$ARCH-windows/{,debug/}bin/sqlite3.dll
EXEC "" file -E $VCPKG_ROOT/installed/$ARCH-windows/{,debug/}bin/sqlite3.{dll,pdb}

# Create source files.
cat >main.c <<EOF
Expand Down Expand Up @@ -107,7 +107,7 @@ EOF

# Install dependencies with manifest mode.
EXEC "" cmake -B b "${CMAKE_ARGS[@]}"
EXEC "" file -E b/vcpkg_installed/$ARCH-windows/{,debug/}bin/sqlite3.dll
EXEC "" file -E b/vcpkg_installed/$ARCH-windows/{,debug/}bin/sqlite3.{dll,pdb}

EXEC "" cmake --build b --config Debug -- -v
EXEC "" cmake --build b --config Release -- -v
Expand Down

0 comments on commit d1bfe28

Please sign in to comment.