------------------------------------------------------------ revno: 998 committer: Jon Phillips <[email protected]> branch nick: public timestamp: Fri 2012-01-06 18:14:00 +0800 message: nuked makefiles removed: tests/Makefile.am
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== removed file 'tests/Makefile.am' --- tests/Makefile.am 2012-01-06 10:11:31 +0000 +++ tests/Makefile.am 1970-01-01 00:00:00 +0000 @@ -1,44 +0,0 @@ -# Process this file with automake to produce Makefile.in -*-Makefile-*- - -# Copyright (c) 2010-2011 Aiki Lab Pte Ltd - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -# Written by Steven Garcia - -# The source files -aiki_test_files = \ - bootstrap.php \ - phpunit.xml - -# Subdirectories to be built -SUBDIRS = - -# Subdirectories to distribute -DIST_SUBDIRS = - -# Additional files to distribute -EXTRA_DIST = \ - $(aiki_test_files) \ - assets \ - libs - -# Additional things to do on dist -dist-hook : - -if ENABLE_TESTS -# Things to do on check -check : - $(CD) $(abs_top_srcdir)/tests && $(PHPUNIT) --verbose -endif
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

