mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-27 03:50:29 +00:00
Fix problem related to recent test coverage changes.
This commit is contained in:
parent
44ad8f2555
commit
dfd94de25c
@ -1,3 +1,8 @@
|
||||
2006-10-17 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/Makefile.am
|
||||
Fix problem related to recent test coverage changes.
|
||||
|
||||
2006-10-15 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* configure.ac tests/Makefile.am
|
||||
|
@ -1,9 +1,9 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if ENABLE_TEST_COVERAGE
|
||||
CPP_TEST =
|
||||
CPP_TEST =
|
||||
else
|
||||
CPP_TEST = cpp_test
|
||||
CPP_TEST = cpp_test
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = sfversion floating_point_test write_read_test \
|
||||
|
Loading…
Reference in New Issue
Block a user