-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed files from libutils & libpromises in libtest sources
The `libtest` library should not really have any sources from CFEngine libraries, as it can cause duplicate definitions of symbols when a test binary links against any of these libraries. Furthermore, `libtest` did not really need any of these sources, other than `alloc.c`. Additionally I removed the `alloc.c` dependency of libtest. And I made `file_read_string()` into static function, as it is not used other places than `test.c`. Ticket: CFE-4471 Changelog: None Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
- Loading branch information
Showing
3 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters