-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
21 lines (20 loc) · 830 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
#
# Copyright (c) 2011, Ryan Cavis
# All rights reserved.
#
# This file is part of the rframe project <http://code.google.com/p/rframe/>
#
# Rframe is free software: redistribution and use with or without
# modification are permitted under the terms of the New/Modified
# (3-clause) BSD License.
#
# Rframe is provided as-is, without ANY express or implied warranties.
# Implied warranties of merchantability or fitness are disclaimed. See
# the New BSD License for details. A copy should have been provided with
# rframe, and is also at <http://www.opensource.org/licenses/BSD-3-Clause/>.
#
################################################################################
### Testing ###
test: tests/Test.php
prove -r tests