libsemanage/tests/Makefile currently overwrites CFLAGS and LDFLAGS contents. This makes building with custom flags (e.g. with address sanitizer) harder. Append flags to these variables instead. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
Fixed typo in the tests Makefile where '-o' should have been '-O'. Signed-off-by: Chad Sellers <csellers@tresys.com>
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>