Skip to content

Commit

Permalink
fixup! tests: add a simple test for the Clang analyzer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Feb 6, 2023
1 parent fbbd5f2 commit 4501257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/clang/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ summary: Test analysis using Clang analyzer
test: ./test.sh
framework: beakerlib
component:
- csmock
- csmock-plugin-clang
recommend:
- csmock
- csmock-plugin-clang
duration: 1h
2 changes: 1 addition & 1 deletion tests/clang/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
. /usr/share/beakerlib/beakerlib.sh || exit 1

PACKAGES="csmock csmock-plugin-clang"
PACKAGES="csmock-plugin-clang"

TEST_PACKAGE="csrap"
TEST_USER="csmock"
Expand Down

0 comments on commit 4501257

Please sign in to comment.