Skip to content

Commit

Permalink
add readme for memfd_create test
Browse files Browse the repository at this point in the history
  • Loading branch information
ftjahjad authored and veruu committed Mar 25, 2019
1 parent 91af43f commit 466553a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions memory/function/memfd_create/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# memfd_create test
Test memfd_create system call. \
Test Maintainer: [Memory Management](mailto:[email protected])

## How to run it
Please refer to the top-level README.md for common dependencies. Test-specific dependencies will automatically be installed when executing 'make run'.

### Execute the test
```bash
$ make run
```

0 comments on commit 466553a

Please sign in to comment.