Commit 96e1a8fc authored by Mouse's avatar Mouse

Compile check-converter_c89_example with TESTSUITE_CFLAGS

in order to always link with asan and ubsan libraries. Also
this is how the check-converter_example is compiled as well.
parent f586a4e3
...@@ -104,7 +104,7 @@ check_converter_example_CFLAGS = $(TESTSUITE_CFLAGS) -DNO_ASN_PDU ...@@ -104,7 +104,7 @@ check_converter_example_CFLAGS = $(TESTSUITE_CFLAGS) -DNO_ASN_PDU
check_converter_example_SOURCES = converter-example.c check_converter_example_SOURCES = converter-example.c
check_converter_example_LDADD = libasn1cskeletons.la check_converter_example_LDADD = libasn1cskeletons.la
check_converter_c89_example_CFLAGS = $(SKELETON_CFLAGS) -DNO_ASN_PDU check_converter_c89_example_CFLAGS = $(TESTSUITE_CFLAGS) -DNO_ASN_PDU
check_converter_c89_example_SOURCES = converter-example.c check_converter_c89_example_SOURCES = converter-example.c
check_converter_c89_example_LDADD = libasn1cskeletons_c89.la check_converter_c89_example_LDADD = libasn1cskeletons_c89.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment