Fix problem related to recent test coverage changes.

This commit is contained in:
Erik de Castro Lopo 2006-10-17 11:28:32 +00:00
parent 44ad8f2555
commit dfd94de25c
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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 \