https://github.com/wangzhe3224/assigment_cpr
Concurrent programming assignment
https://github.com/wangzhe3224/assigment_cpr
Last synced: 2 days ago
JSON representation
Concurrent programming assignment
- Host: GitHub
- URL: https://github.com/wangzhe3224/assigment_cpr
- Owner: wangzhe3224
- Created: 2020-12-23T19:04:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T18:46:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T13:29:00.056Z (9 months ago)
- Language: Erlang
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# How to run
`erl -make` to compile.
`erl -pa ebin/` to start Erlang shell.
Run a demo case of the system: `cases_test:demo_run().`
Run single APIs tests:
- `cases_test:planner_api_test().`
- `cases_test:manager_api_test().`
- `cases_test:vehicle_api_test().`
- `cases_test:vehicle_sup_test().`Exit erlang shell, and run top_sup tests:
- `cases_test:top_sup_test().`