test commit
[clay/joel.poudroux.git] / tests / Makefile.am
blob3ef3dd175da788a2576fe248cf7e489bce35d4ef
2 # CLAY : the Chunky Loop Alteration wizardrY
3
4 # Copyright (C) 2011 Soufiane BAGHDADI
5
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.
10
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.
15
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
19
20 # the Chunky Loop Alteration wizardrY:
21 # a scripting system for high-level loop transformations
22 # Written by Soufiane BAGHDADI <soufiane.baghdadi@inria.fr>
23
25 #############################################################################
26 SUBDIRS                 = 
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) 
46 EXTRA_DIST               +=                     \
47                         empty.test
50 #############################################################################
51 distclean-local:
52         rm -rf $(testsubdir)