Skip to content

Commit

Permalink
tests: adding catkin package to test_ctest_merged
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohren committed May 5, 2016
1 parent a491706 commit 147ddf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/verbs/catkin_build/test_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_ctest_merged():
cwd = os.getcwd()
source_space = os.path.join(cwd, 'src')
shutil.copytree(os.path.join(RESOURCES_DIR, 'cmake_pkgs'), source_space)
shutil.copytree(os.path.join(RESOURCES_DIR, 'catkin_pkgs', 'make_warning'), source_space)

with redirected_stdio() as (out, err):
assert catkin_success(
Expand Down

0 comments on commit 147ddf2

Please sign in to comment.