-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
platform: mingwrelated to MinGWrelated to MinGW
Description
Symptom: Running make check doesn't run any test on my environment.
$ make check
make check -C test
make[1]: Entering directory '/hbdev/test/ziplib/json/test'
Executing test-json_patch...
===============================================================================
No tests ran
The issue seems to be in test/Makefile
if I replace
TEST_PATTERN ?= "*"
with
TEST_PATTERN ?= ""
The issue seems fixed
OS: Windows 10
Plat: MSYS2 - GNU Make 4.2.1 - gcc version 7.2.0 (Rev1, Built by MSYS2 project)
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: mingwrelated to MinGWrelated to MinGW