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 27, 2023
1 parent 4b8db9e commit 081a789
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ioctl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LOCAL_LDFLAGS := -lpthread
LOCAL_LDFLAGS += -z stack-size=12288

$(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: [host-generic-pc]
Loading

0 comments on commit 081a789

Please sign in to comment.