We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d91c1 commit 672e6f3Copy full SHA for 672e6f3
Makefile
@@ -31,6 +31,8 @@ build-all:
31
32
.PHONY: test-all
33
test-all:
34
+ source ${ROS_ROOT}/setup.sh
35
+ source install/setup.sh
36
colcon --log-base /dev/null test \
37
--ctest-args tests --symlink-install \
38
--executor parallel --parallel-workers $$(nproc) \
@@ -49,6 +51,8 @@ build:
49
51
.PHONY: test
50
52
# packages="first_pkg second_pkg third_pkg..."
53
test:
54
55
56
colcon --log-base /dev/null test --ctest-args tests --symlink-install \
57
58
--event-handlers console_cohesion+ --packages-select $(packages)
0 commit comments