Skip to content

Commit bdea9f1

Browse files
author
scc
committed
test: Add MSVC-compiled Windows test binaries (x86 + x86_64)
Built with Visual Studio 2022 (MSVC v143) in Release mode: - data/multi_region/bin/ (3 protected functions) - data/inline_heavy/bin/ (force-inlined protected function) - data/nested_protect/bin/ (nested protected function calls) Update .gitignore to allow exe/dll in all data/*/bin/ directories.
1 parent cb6653e commit bdea9f1

13 files changed

Lines changed: 2 additions & 1 deletion

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
*.app
2828

2929
# Allow test binaries in data/
30-
!data/basic/bin/*.exe
30+
!data/*/bin/*.exe
31+
!data/*/bin/*.dll
3132

3233
build/
3334
.vscode/
12.5 KB
Binary file not shown.
13 KB
Binary file not shown.
12.5 KB
Binary file not shown.
14 KB
Binary file not shown.
12.5 KB
Binary file not shown.
14 KB
Binary file not shown.
12.5 KB
Binary file not shown.
13 KB
Binary file not shown.
12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)