repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update compiler masgn specs to use 'rotate' instruction
[rbx.git]
/
bin
/
cmspec
blob
5baf2ee872da4a048a3b744cb7ad6a66f5e8b3d2
1
#! /usr/bin/env ruby
2
#
3
# cmspec - compile + run mini_rspec
4
#
5
raise
"Compile failed"
unless
system
(
"rake"
)
6
raise
"Specs Failed"
unless
system
(
"bin/mspec #{ARGV.join("
")}"
)