projects
/
gp-arc-client-c.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to ARC 4.1.0
[gp-arc-client-c.git]
/
.autotest
1
Autotest.add_hook :initialize do |at|
2
at.add_mapping(/ext\/.*\/(.*)\.[ch]/) do |_, m|
3
["test/test_#{m[1]}_extn.rb"]
4
end
5
end
6
7
Autotest.add_hook :run_command do |at|
8
system "rake compile"
9
end