orocos-toolchain / orogen

Code generator for components and type handling in Rock - the Robot Construction Kit - and the Orocos Toolchain
http://rock-robotics.org
Other
4 stars 35 forks source link

convert to using bundler instead of hoe #127

Closed doudou closed 4 years ago

doudou commented 4 years ago

@2maz could you verify this is compatible with your Debian packaging setup ?

And move the test suite to run only the spec (non-codegen) tests by default.

The code generation tests now don't trigger by default. Instead, 'test' runs everything but the codegen tests. Codegen tests are ill maintained, and are being gradually moved to the rock-build-tests setup, where autoproj is actually running the codegen (much more efficiently and transparently)

Code generation tests are still available under test:gen and test:all