Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Update Integration Tests build directions. #26

Merged
merged 2 commits into from
Jun 24, 2022
Merged
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ If issues persist with ccache
export CCACHE_DISABLE=1
```

#### For building integration tests with mandel built from source (not installed)
### Building Integration Tests

Integration tests require access to a mandel build. Instructions below provide additional steps for using a mandel built from source. For development purposes it is generally advised to use mandel built from source.

#### For building integration tests with mandel built from source

Need to provide some environment variables to find necessary test dependencies
Currently need both while mandel repo is undergoing evolution in naming.
Expand Down