Skip to content

Commit

Permalink
Fixing GH Actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshVij committed Jul 3, 2024
1 parent d77c307 commit 05d06c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/kmod-pagefault-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
run: sudo make unload
shell: bash

- name: Run Userspace Test
working-directory: kmod/pagefault
run: make tests-userspace
shell: bash

- name: Build Module with Benchmarking
working-directory: kmod/pagefault
run: BENCHMARK=true make module
Expand Down
8 changes: 0 additions & 8 deletions kmod/pagefault/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ page_fault_ioctl_error: page_fault_ioctl_error.out
sudo sysctl -w vm.max_map_count=8388608
sudo ./page_fault_ioctl_error.out

.PHONY: page_fault_userspace
page_fault_userspace:
sudo sysctl -w vm.max_map_count=8388608
gcc ${CFLAGS} page_fault/page_fault_userspace.c -I../ -o page_fault_userspace.out
sudo ./page_fault_userspace.out

userspace: page_fault_userspace

.PHONY: generate
generate:
go run generate.go
Expand Down

0 comments on commit 05d06c5

Please sign in to comment.