Skip to content

Commit

Permalink
Parallel build all C tests from top level makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Dec 19, 2023
1 parent e473ea4 commit a4d824f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ test-c:
cd $(SWIFTNAV_ROOT)/c; \
mkdir -p build/ && cd build/; \
cmake $(CMAKEFLAGS) ../; \
$(MAKE) -j4; \
$(MAKE) -j4 build-all-tests; \
$(MAKE) do-all-tests
$(call announce-end,"Finished running C tests")

Expand All @@ -387,7 +387,7 @@ test-c-v4:
cd $(SWIFTNAV_ROOT)/c; \
mkdir -p build/ && cd build/; \
cmake $(CMAKEFLAGS) ../; \
$(MAKE) -j4; \
$(MAKE) -j4 test-libsbp-v4 test-libsbp-cpp-v4; \
$(MAKE) do-test-libsbp-v4 do-test-libsbp-cpp-v4
$(call announce-end,"Finished running C tests")

Expand Down

0 comments on commit a4d824f

Please sign in to comment.