Skip to content

Commit

Permalink
add ioctl test
Browse files Browse the repository at this point in the history
JIRA: CI-237
  • Loading branch information
adamdebek committed Jun 12, 2023
1 parent 01aa5e6 commit cb64908
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ioctl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
NAME := test-ioctl
LOCAL_SRCS := test_ioctl.c
DEP_LIBS := unity

include $(binary.mk)
7 changes: 7 additions & 0 deletions ioctl/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test:
type: unity
tests:
- name: unit
execute: test-ioctl
targets:
exclude: [armv7a9-zynq7000-qemu, armv7a9-zynq7000-zedboard]
Loading

0 comments on commit cb64908

Please sign in to comment.