From: Kevin Day Date: Sun, 31 Jul 2022 01:33:06 +0000 (-0500) Subject: Bugfix: Tests for f_color are failing due to missing source file. X-Git-Tag: 0.6.0~5 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=b52c57eaef4082239ee14d936ed766cad6ef4923;p=fll Bugfix: Tests for f_color are failing due to missing source file. The commit 46fcfb4b6fd4e39c0ba1f96df383db82e36af2a1 failed to also add the new source file to the unit test settings file. --- diff --git a/level_0/f_color/data/build/settings-mocks b/level_0/f_color/data/build/settings-mocks index 82920bf..45cdebc 100644 --- a/level_0/f_color/data/build/settings-mocks +++ b/level_0/f_color/data/build/settings-mocks @@ -30,7 +30,7 @@ build_language c build_libraries -lc build_libraries-individual -lf_memory -lf_string -build_sources_library color.c color/common.c ../../tests/unit/c/mock-color.c +build_sources_library color.c private-color.c color/common.c ../../tests/unit/c/mock-color.c build_sources_headers color.h color/common.h