Skip to content

Commit

Permalink
fixup! refactor!: rollup-http-server based on libcmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Mar 29, 2024
1 parent 78bc8d3 commit fe584af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup-http/rollup-http-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ ./build-with-toolchain.sh

### Run tests
```shell
$ USE_ROLLUP_BINDINGS_MOCK=1 cargo test -- --show-output --test-threads=1
$ CPATH="<path/to/libcmt/includes>:$CPATH" RUSTFLAGS="-L /path/to/libcmt/lib" cargo test -- --show-output --test-threads=1
```


Expand Down

0 comments on commit fe584af

Please sign in to comment.