[GIT] ppl/ppl(master): Mention header file partially_reduced_product_test. hh.

Module: ppl/ppl Branch: master Commit: ec22adde10fd400c963bc6f1a68a2c5ffbbc3fdc URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ec22adde10fd4...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Thu Mar 18 22:36:41 2010 +0100
Mention header file partially_reduced_product_test.hh.
---
tests/Partially_Reduced_Product/Makefile.am | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/Partially_Reduced_Product/Makefile.am b/tests/Partially_Reduced_Product/Makefile.am index 301f1cb..4bf657d 100644 --- a/tests/Partially_Reduced_Product/Makefile.am +++ b/tests/Partially_Reduced_Product/Makefile.am @@ -36,9 +36,13 @@ endif !VALGRIND_TESTS_ENABLED
TESTS_ENVIRONMENT = $(CHECKER)
+noinst_HEADERS = \ +partially_reduced_product_test.hh + AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src -I$(top_srcdir)/tests \ +-I$(top_srcdir)/tests/Partially_Reduced_Product \ -I$(top_srcdir)/utils \ @extra_includes@ \ @debug_flag@
participants (1)
-
Enea Zaffanella