-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate unit tests from libopeninv
As libopeninv now has unit tests remove the duplicates. Update the Makefile and Code::Blocks project to reference the new libopeninv tests and add missing files. Update the GitHub Action workflow to run both sets of tests.
- Loading branch information
1 parent
1b43e4c
commit 3eb291c
Showing
7 changed files
with
68 additions
and
900 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libopeninv
updated
25 files
+37 −0 | .github/workflows/CI-build.yml | |
+2 −0 | .gitignore | |
+3 −0 | README.md | |
+3 −3 | include/canhardware.h | |
+7 −2 | include/canmap.h | |
+2 −2 | include/canobd2.h | |
+1 −1 | include/cansdo.h | |
+1 −1 | include/picontroller.h | |
+6 −5 | src/canhardware.cpp | |
+53 −24 | src/canmap.cpp | |
+1 −3 | src/canobd2.cpp | |
+2 −5 | src/cansdo.cpp | |
+2 −2 | src/picontroller.cpp | |
+1 −1 | src/stm32_can.cpp | |
+34 −0 | test/Makefile | |
+45 −0 | test/stub_canhardware.cpp | |
+48 −0 | test/stub_canhardware.h | |
+58 −0 | test/stub_libopencm3.c | |
+28 −0 | test/test-include/hwdefs.h | |
+27 −0 | test/test-include/param_prj.h | |
+36 −0 | test/test.h | |
+1,140 −0 | test/test_canmap.cpp | |
+68 −0 | test/test_fp.cpp | |
+75 −0 | test/test_fu.cpp | |
+61 −0 | test/test_main.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.