File: Rakefile

package info (click to toggle)
cpp-hocon 0.3.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,320 kB
  • sloc: cpp: 12,223; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'rake/clean'

desc 'Run acceptance tests'
task :acceptance do
  # TODO: create your real acceptance tests and update this
  system("beaker --tests tests/fake.rb")
end