Skip to content

Commit

Permalink
tests: add test for contid
Browse files Browse the repository at this point in the history
See: linux-audit#64

Signed-off-by: Richard Guy Briggs <[email protected]>
  • Loading branch information
rgbriggs committed Dec 24, 2020
1 parent 2826327 commit f9733c5
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ endif
# all of the tests
TESTS := \
backlog_wait_time_actual_reset \
containerid \
exec_execve \
exec_name \
file_create \
Expand Down
8 changes: 8 additions & 0 deletions tests/containerid/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TARGETS=$(patsubst %.c,%,$(wildcard *.c))

LDLIBS += -lpthread

all: $(TARGETS)
clean:
rm -f $(TARGETS)

Loading

0 comments on commit f9733c5

Please sign in to comment.