blob: 10e9c638c8833bf2ef07672f68f8f5bc9df59dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# CloudAtlas
## Running
### API Agent
# start rmiregistry
./scripts/registry
# start agent to bind API
./gradlew runAgent
### Client
./gradlew runClient
### Tests
./gradlew test
# test individual components
./gradlew test --tests AgentTest
./gradlew test --tests InterpreterTests.fileTest13
Generates an HTML test report at `build/reports/tests/test/index.html`.
|