1
0
mirror of https://github.com/ascii-boxes/boxes.git synced 2025-07-09 02:37:20 +02:00

Enable white-box tests on macOS

This commit is contained in:
Matthew Thompson
2023-11-26 12:26:01 -05:00
committed by Thomas Jensen
parent 71331ee205
commit ed19a57c59

@ -67,10 +67,8 @@ jobs:
- name: make cov
run: make cov
# This uses ld --wrap to mock the cmocka functions but
# macOS ld does not support --wrap
#- name: Run white-box tests
#run: make utest
- name: Run white-box tests
run: make utest
- name: Run black-box tests
run: make covtest