Skip to content

Commit

Permalink
Include test
Browse files Browse the repository at this point in the history
  • Loading branch information
n59321jh committed Aug 7, 2024
1 parent b8cf7bf commit 26c6ee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- name: run-esbmc-action
uses: esbmc/esbmc-action@v1
with:
esbmc-options: --incremental-bmc --include *
esbmc-options: --incremental-bmc --include **/*.h

2 changes: 1 addition & 1 deletion modules/mux/mpeg/repack.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// To be used with action 2.
// To be used with action 2
/*****************************************************************************
* repack.c: Codec specific formatting for AnnexB multiplexers
*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/text/url.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// To be run with action 2.
// To be run with action 2
/*****************************************************************************
* url.c: URL related functions
*****************************************************************************
Expand Down

0 comments on commit 26c6ee8

Please sign in to comment.