Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roberto/curiosity_rover


https://github.com/roberto/curiosity_rover

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/roberto/curiosity_rover) [![Build Status](https://secure.travis-ci.org/roberto/curiosity_rover.png)](http://travis-ci.org/roberto/curiosity_rover)

Sistema usado pela NASA para controlar o pirata curioso.

Para executar a simulação:

```
git clone git://github.com/roberto/curiosity_rover.git
cd curiosity_rover
./configure
make
```

Após isso, para rodar os testes:

```
bundle install
bundle exec rake
```

Utilize `bundle install --without mac` caso não esteja utilizando MacOSX.

Para cobertura de testes:

```
coverage=ON bundle exec rake
open coverage/index.html
```