Fix missing profile.lua
This commit is contained in:
commit
5b5da8698e
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,4 +79,3 @@ stxxl.errlog
|
||||
/sandbox/
|
||||
|
||||
/test/profile.lua
|
||||
/profile.lua
|
||||
|
4
Rakefile
4
Rakefile
@ -82,9 +82,13 @@ task :default => [:build]
|
||||
|
||||
desc "Build using CMake."
|
||||
task :build do
|
||||
if Dir.exists? BUILD_FOLDER
|
||||
Dir.chdir BUILD_FOLDER do
|
||||
system "make"
|
||||
end
|
||||
else
|
||||
system "mkdir build; cd build; cmake ..; make"
|
||||
end
|
||||
end
|
||||
|
||||
desc "Setup config files."
|
||||
|
@ -1,5 +1,5 @@
|
||||
# config/cucumber.yml
|
||||
##YAML Template
|
||||
---
|
||||
default: --require features
|
||||
default: --require features --tags ~@todo --tag ~@stress
|
||||
verify: --require features --tags ~@todo --tag ~@stress -f progress
|
1
profile.lua
Symbolic link
1
profile.lua
Symbolic link
@ -0,0 +1 @@
|
||||
profiles/car.lua
|
Loading…
Reference in New Issue
Block a user