Skip to content

Commit

Permalink
[#407] Added make coverage-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 3, 2024
1 parent 1aa71c0 commit 6103e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ jobs:
run: make config
- name: build-test
run: make build-test
- name: source makefile
run: source Makefile
- name: coverage tests
run: cd $(FSWBUILDDIR)/amd64-posix/default_cpu1 && ctest -R ".*sample.*"
- name: sample
run: make coverage-sample
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ clean-gsw:
config:
./scripts/cfg/config.sh

coverage-sample:
cd $(FSWBUILDDIR)/amd64-posix/default_cpu1 && ctest -R ".*sample.*"

debug:
./scripts/debug.sh

Expand Down

0 comments on commit 6103e12

Please sign in to comment.