1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

Applied a patch by Bo Lindbergh (RT-125068)

This commit is contained in:
Kenichi Ishigaki 2018-05-01 14:21:17 +09:00
parent 8169fbe7e5
commit 817956ba5b

View file

@ -395,7 +395,7 @@ WriteMakefile(
FILES => 'SQLite.xsi config.h tv.log *.old', FILES => 'SQLite.xsi config.h tv.log *.old',
}, },
test => { test => {
TESTS => 't/*.t t/**/*.t', TESTS => 't/*.t t/*/*.t',
}, },
PL_FILES => {}, PL_FILES => {},
EXE_FILES => [], EXE_FILES => [],