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 14, 2023
1 parent 01aa5e6 commit a68baed
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 0 deletions.
1 change: 1 addition & 0 deletions ioctl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$(eval $(call add_unity_test, test_ioctl))
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 a68baed

Please sign in to comment.