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 <rgb@redhat.com>
  • Loading branch information
rgbriggs committed Oct 22, 2020
1 parent 1e94f53 commit 7b717fa
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Expand Up @@ -13,6 +13,7 @@ endif

# all of the tests
TESTS := \
containerid \
exec_execve \
exec_name \
file_create \
Expand Down
8 changes: 8 additions & 0 deletions tests/containerid/Makefile
@@ -0,0 +1,8 @@
TARGETS=$(patsubst %.c,%,$(wildcard *.c))

LDLIBS += -lpthread

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

0 comments on commit 7b717fa

Please sign in to comment.