-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate testing #11
Comments
first we need a cmake interface, then Brian and Ken make the ros utils work. |
nosetests, gtest, and pyunit integrated. Brian is now working on rostest. Current implementation only allows tests at the top-level, which is not ideal. |
all types of tests (nose,gtest,pyunit,rostest) are now enabled, with post-test verification of the generation of result files (to catch compile failures and program crashes). The top-level-only 'make test' target remains an issue. |
There's already a per-project test target. You can do this: At this point, testing integration is basically done. Ticket specific problem separately. |
Do not subscribe to the IMU topic and expect IMU data if expect_imu_data is set to false in the Lua configuration.
* Create env.bat and setup.bat in build_cmake_package for Windows (#9) * Skip the drive letter if run on Windows (#10) * Skip the drive letter if run on Windows * Remove unnecessary check for win32 * Provide top level devel space environment and setup bat files for Windows (#11) * use os.pathsep to join path components * revert whitespace change * Fix path backslashes in catkin_package.cmake (#25) * Update catkin_package.cmake * Update catkin_package.cmake * Update builder.py * Normalize the path from subs['cmake_prefix_path'] * Revert the unrelated changes from my bad merge in the previous commit. Revert the unrelated changes from my bad merge in the previous commit to keep this PR clean. * use underscope to exclude drive letter, and clarify there's no effect on Linux (#31) * Define string templates in separate steps and update comment (#32) * Create env.bat and setup.bat in build_cmake_package for Windows (#9) * define string templates in a separate step * change script writer function names * fix indentation for script template * fix env script name typo (#33) * minor nitpicks
integration of unit tests. test results go only in build directory. Nothing is ever written to home directory. Python unit tests TBD... do we just pivot off of some definition of tests in setup.py and leave it at that?
The text was updated successfully, but these errors were encountered: