davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Have Rakefile initiate compilation of the tty0tty tool before initiating tests #19

Closed davidkirwan closed 11 years ago

davidkirwan commented 11 years ago

tty0tty which is bundled in the ardtweeno-gem/test/debug/tty0tty is used to mock a serial null modem during testing. If this is not compiled for the arm7 architecture, the tests will fail when run.

davidkirwan commented 11 years ago

Potential shortcut just to precompile the tty0tty tool for the arm7 Raspberry Pi and bundle with.

davidkirwan commented 11 years ago

Fixed on dev branch.