summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-13 18:27:58 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-13 18:27:58 +0200
commitdea458e93411878cad2913bf7c56969fe7143c98 (patch)
tree3b91b527188c34bea0fe8bb883cb729d0571edfb /Rakefile
parentba5360d03d1244fd54012420a20725cd33487fe9 (diff)
more methods fro feature/compound/retrieval, Rakefile with test and installation tasks
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..32d81fa
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,13 @@
+require 'rubygems'
+require 'rake'
+
+desc "Install required gems"
+task :install do
+ `sudo gem install sinatra emk-sinatra-url-for builder dm-core dm-more`
+end
+
+desc "Run tests"
+task :test do
+ load 'test.rb'
+end
+