]> Kevux Git Server - fll/commitdiff
Bugfix: Tests for f_color are failing due to missing source file.
authorKevin Day <thekevinday@gmail.com>
Sun, 31 Jul 2022 01:33:06 +0000 (20:33 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 31 Jul 2022 01:33:06 +0000 (20:33 -0500)
The commit 46fcfb4b6fd4e39c0ba1f96df383db82e36af2a1 failed to also add the new source file to the unit test settings file.

level_0/f_color/data/build/settings-mocks

index 82920bf91fe37ac4a6f8ca28501e46964ad20fb3..45cdebcc7abe4593bfa081ccea8b95c6dceab53d 100644 (file)
@@ -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