unit-tests: do not mistake `.pdb` files for being executable
commit0df903d402959e052b6fa927dfe447d92b81eaef
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Sep 2023 11:20:31 +0000 (25 11:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Nov 2023 23:16:27 +0000 (10 08:16 +0900)
treefeaceaa6b4245a22656d7f5e0a51949d8e34628e
parenta15d4465a9918911e0953e89276d563fdc8cceef
unit-tests: do not mistake `.pdb` files for being executable

When building the unit tests via CMake, the `.pdb` files are built.
Those are, essentially, files containing the debug information
separately from the executables.

Let's not confuse them with the executables we actually want to run.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile