From ed19a57c59210e9412db18c17708c7884a0f84d6 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Sun, 26 Nov 2023 12:26:01 -0500 Subject: [PATCH] Enable white-box tests on macOS --- .github/workflows/boxes.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/boxes.yml b/.github/workflows/boxes.yml index aa7a1ce..6163815 100644 --- a/.github/workflows/boxes.yml +++ b/.github/workflows/boxes.yml @@ -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