From 965d8c4c5d9efe5cbaec643ce0b7505649559117 Mon Sep 17 00:00:00 2001 From: Cedric Bastoul Date: Tue, 13 Sep 2011 16:59:46 +0200 Subject: [PATCH] Set to 0.6.0 --- configure.in | 2 +- tests/Makefile.am | 13 ++++++++++++- tests/openscop_test.c | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index b70fa1f..b460138 100644 --- a/configure.in +++ b/configure.in @@ -67,7 +67,7 @@ dnl Input file for autoconf to build a configuration shellscript. AC_PREREQ(2.13) dnl Fill here the @bug email adress. -AC_INIT([openscop], [0.5.0], [cedric.bastoul@u-psud.fr,pouchet@cse.ohio-state.edu]) +AC_INIT([openscop], [0.6.0], [cedric.bastoul@u-psud.fr,pouchet@cse.ohio-state.edu]) dnl A common file, which serve as a test. AC_CONFIG_SRCDIR([include/openscop/macros.h]) dnl Put as most as possible configuration files to an auxialiry diff --git a/tests/Makefile.am b/tests/Makefile.am index 53823bb..ec94fdc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -85,5 +85,16 @@ openscop_test_LDFLAGS = -L$(top_srcdir)/source openscop_test_LDADD = -lopenscop -openscop_test_SOURCES = openscop_test.c +openscop_test_SOURCES = \ + openscop_test.c \ + polynom.scop \ + test_empty_statement.scop \ + test_just_access.scop \ + test_just_body.scop \ + test_just_domain.scop \ + test_just_scattering.scop \ + test_matmult.scop \ + test_no_statement.scop \ + test_scop_list.scop + diff --git a/tests/openscop_test.c b/tests/openscop_test.c index 777834a..9612922 100644 --- a/tests/openscop_test.c +++ b/tests/openscop_test.c @@ -68,7 +68,7 @@ #include #include -//#define FORK // Comment that if you want only one process +#define FORK // Comment that if you want only one process // (best for debugging with valgrind but bad // for make check since any error will // stop the job). -- 2.11.4.GIT