Skip to content

Commit

Permalink
tetragon: Rename killer-tester to enforcer-tester
Browse files Browse the repository at this point in the history
Renaming killer-tester to enforcer-tester.

Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri committed Feb 26, 2024
1 parent 0fa8d86 commit 2473217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/tester-progs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ PROGS = sigkill-tester \
threads-tester \
bench-reader \
threads-exit \
killer-tester \
enforcer-tester \
drop-privileges \
getcpu \
direct-write-tester \
change-capabilities

# For now killer-tester is compiled to 32-bit only on x86_64 as we want
# For now enforcer-tester is compiled to 32-bit only on x86_64 as we want
# to test 32-bit binaries and system calls compatibility layer.
ifeq ($(shell uname -m),x86_64)
PROGS += killer-tester-32
PROGS += enforcer-tester-32
endif

all: $(PROGS)
Expand Down Expand Up @@ -79,7 +79,7 @@ uprobe-test-2: uprobe-test-1

# -m32 is an x86_64 flag.
# NB(kkourt) we compile this as static to avoid the need for ia32 libs in VMs
killer-tester-32: killer-tester.c
enforcer-tester-32: enforcer-tester.c
$(GCC) -Wall -m32 -static $< -o $@

lseek-pipe: FORCE
Expand Down
File renamed without changes.

0 comments on commit 2473217

Please sign in to comment.