celix
celix copied to clipboard
Refactor last cpputests with google tests
Currently (Celix 2.3.0) there are still a few cpputests left in lib utils:
- array list
- celix threads
- filter
- ip utils
These can be refactor to google test so that support and usage of cpputest in Apache Celix can be dropped.
Note the ccputests of version and properties are refactor to gtest in the PR #470 and the hash_map and linked list impl are deprecated.