2 # CLAY : the Chunky Loop Alteration wizardrY
4 # Copyright (C) 2011 Soufiane BAGHDADI
6 # This is free software; you can redistribute it and/or modify it under
7 # the terms of the GNU General Public License as published by the Free
8 # Software Foundation; either version 2 of the License, or (at your
9 # option) any later version.
11 # This software is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
16 # You should have received a copy of the GNU General Public License along
17 # with software; if not, write to the Free Software Foundation, Inc.,
18 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 # the Chunky Loop Alteration wizardrY:
21 # a scripting system for high-level loop transformations
22 # Written by Soufiane BAGHDADI <soufiane.baghdadi@inria.fr>
25 #############################################################################
28 #############################################################################
30 MAINTAINERCLEANFILES = Makefile.in
32 TESTS_ENVIRONMENT = top_builddir=$(top_builddir) SRCDIR=$(srcdir)
34 #############################################################################
36 EXTRA_DIST = checker.sh
38 testsubdir = test_suite
40 check_SCRIPTS = checker.sh
42 ## Replace by program names when needed
43 # check_PROGRAMS = ...
44 TESTS = $(check_SCRIPTS)
50 #############################################################################