~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:50:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225085015-83sux5qsvy312gew
MEM_ROOT == memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2009 Sun Microsystems, Inc.
 
1
# Copyright (C) 2009 Sun Microsystems
2
2
#
3
3
# This library is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU Library General Public
12
12
#
13
13
# You should have received a copy of the GNU Library General Public
14
14
# License along with this library; if not, write to the Free
15
 
# Software Foundation, Inc., 51 Franklin Place - Suite 330, Boston,
16
 
# MA 02110-1301, USA
 
15
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
16
# MA 02111-1307, USA
17
17
 
18
18
.PHONY: test test-all test-drizzle test-valgrind test-junitxml test-big test-big-juinitxml test-plugins
19
19
 
20
 
test test-all test-drizzle test-valgrind test-junitxml test-big test-big-juinitxml test-plugins test-jp:
 
20
test test-all test-drizzle test-valgrind test-junitxml test-big test-big-juinitxml test-plugins:
21
21
        @cd ${top_builddir} && $(MAKE) $(AM_MAKEFLAGS) $@