Skip to content

Commit

Permalink
tests: add missing mock version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Oct 28, 2023
1 parent e131f94 commit afeb392
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ tests/mocks/zephyr/include/zephyr/sys/time_units.h
tests/mocks/zephyr/include/zephyr/sys/util.h
tests/mocks/zephyr/include/zephyr/sys/util_macro.h
tests/mocks/zephyr/include/zephyr/sys_clock.h
tests/mocks/zephyr/include/version.h
tests/mocks/zephyr/src/device.c
tests/mocks/zephyr/src/flash.c
tests/mocks/zephyr/src/flash_img.c
Expand Down
6 changes: 6 additions & 0 deletions tests/mocks/zephyr/include/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __VERSION_H__
#define __VERSION_H__

#define KERNEL_VERSION_STRING "x.y.z"

#endif /* __VERSION_H__ */

0 comments on commit afeb392

Please sign in to comment.