Skip to content
Snippets Groups Projects
Commit be391b4f authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

unittests stop building in tree

parent eae726e3
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ ifeq ($(VECTORCONTROL),1)
endif
unittest: posix_sitl_default
@(cd unittests && cmake -G$(PX4_CMAKE_GENERATOR) && $(PX4_MAKE) $(PX4_MAKE_ARGS) && ctest -j2 --output-on-failure)
@(mkdir -p build_unittests && cd build_unittests && cmake -G$(PX4_CMAKE_GENERATOR) ../unittests && $(PX4_MAKE) $(PX4_MAKE_ARGS) && ctest -j2 --output-on-failure)
package_firmware:
@zip --junk-paths Firmware.zip `find . -name \*.px4`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment