Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,6 @@ For historical analysis documents from development sessions, see [`docs/archive/
* [GraalVM](docs/jre-graal_vm_jre.md) ([Configuration](docs/jre-graal_vm_jre.md#configuration))
* [IBM Semeru](docs/jre-ibm_jre.md) ([Configuration](docs/jre-ibm_jre.md#configuration))
* [Oracle](docs/jre-oracle_jre.md) ([Configuration](docs/jre-oracle_jre.md#configuration))
* [Extending](docs/extending.md)
* [Application](docs/extending-application.md)
* [Droplet](docs/extending-droplet.md)
* [BaseComponent](docs/extending-base_component.md)
* [VersionedDependencyComponent](docs/extending-versioned_dependency_component.md)
* [ModularComponent](docs/extending-modular_component.md)
* [Caches](docs/extending-caches.md) ([Configuration](docs/extending-caches.md#configuration))
* [Logging](docs/extending-logging.md) ([Configuration](docs/extending-logging.md#configuration))
* [Repositories](docs/extending-repositories.md) ([Configuration](docs/extending-repositories.md#configuration))
* [Utilities](docs/extending-utilities.md)
* [Debugging the Buildpack](docs/debugging-the-buildpack.md)
* [Buildpack Modes](docs/buildpack-modes.md)
* Related Projects
Expand Down Expand Up @@ -320,6 +310,7 @@ $ ./scripts/unit.sh
$ BUILDPACK_FILE="$(pwd)/build/buildpack.zip" \
./scripts/integration.sh --platform docker --parallel true --github-token MYTOKEN
```
For detailed guidelines about setting up and running tests please check this [Testing Guide](docs/TESTING.md)

[Running Cloud Foundry locally][] is useful for privately testing new features.

Expand Down
Loading