osmo-msc/tests/sdp_msg
Vadim Yanitskiy fe90aff554 tests: use -no-install libtool flag to avoid ./lt-* scripts
This option should be used for any executables which are used only
for testing, or for generating other files and are consequently never
installed.  By specifying this option, we are telling Libtool that
the executable it links will only ever be executed from where it is
built in the build tree.  Libtool is usually able to considerably
speed up the link process for such executables.

Also take a chance to add the missing $(COVERAGE_LDFLAGS).

Change-Id: I664a9d5abed2777deee302f9d3afd1bbfde7a844
2023-03-11 04:54:09 +07:00
..
Makefile.am tests: use -no-install libtool flag to avoid ./lt-* scripts 2023-03-11 04:54:09 +07:00
sdp_msg_test.c sdp_msg.c: parse send/recv mode 2022-12-23 14:54:26 +00:00
sdp_msg_test.err add sdp_msg API: SDP parsing/composition 2019-11-28 02:52:55 +01:00
sdp_msg_test.ok sdp_msg.c: parse send/recv mode 2022-12-23 14:54:26 +00:00