Files
congress/README
Peter Balland 1c796ccec4 Add test wrapper to work around PYTHONPATH
Change-Id: I39df23800a583aa09ade7c8e544257fe602fc669
2013-08-13 14:15:23 -07:00

20 lines
295 B
Plaintext

Congress
----------------------------------
Copyright (c) 2013 VMware, Inc. All rights reserved.
1. Compile:
- from the root directory
make
2. Run the API server:
- from the root directory
./scripts/run_api_server
3. Run the unit tests
- from the root directory
./scripts/run_tests