test: use pkg-config for cpputest build flags
obex_parser: add obex_app_param_parser
test: only compile CppUTest files with c++ compiler
obex: add stream-based obex parser and tests
test: fix c/c++ mixed compile warning, streamline makefile
test: remove HAVE_ASSERT from coverage tests
test: enable address sanitzier for make test
test: prepare separate builds for unit test with address sanitizer vs. coverage
test/coverage: disable address sanitizer for coverage measurements
test: add -fanitize=address,undefined to most tests
coverage: line and function coverage for core
test/obex: fix test data
test/obex_message_builder: move const params from test group
obex_message_builder: extract functionality
test/obex message builder: funcitons for building messages with buffer provided as input param
test/obex : start obex builder test