summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 17:50:37 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 17:50:37 +0200
commit6fa3308b9e6955ed12af4e66845b4a7f1af7ca60 (patch)
treec3e46236502f65f9a9f990534dbeef11bbf20155 /Makefile
parente52e9332df64319b4e892b32e9cfcd4d243e18ef (diff)
added acceptancetest suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eae79e2a0..93ee815d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# ownCloud - App Framework
+# ownCloud - News
#
# @author Bernhard Posselt
# @copyright 2012 Bernhard Posselt nukeawhale@gmail.com
@@ -46,5 +46,5 @@ integration:
acceptance:
- # TODO
+ cd tests/acceptance; make