occlum/demos/netty_ut/README
2023-02-27 09:06:31 +08:00

14 lines
246 B
Plaintext

# A Simple netty unit test usage demo
This project demonstrates how to verify the completeness of Netty on Occlum.
1. Download junit and related netty jars
```
./build.sh
```
2. Run `netty unit test ` on Occlum
```
./run_netty_ut_jdk11.sh
```