commit | 9747d63d5e80381993273d18557d77470110843b | [log] [tgz] |
---|---|---|
author | Kun Yi <kunyi731@gmail.com> | Fri Jun 22 15:32:05 2018 -0700 |
committer | Kun Yi <kunyi731@gmail.com> | Mon Jul 02 20:33:59 2018 -0700 |
tree | 5d83e9efea7f44d0f8bc0b3daa13608b7f59a093 | |
parent | 6424cc3bca708fefa1c4f00e309ad8460554760e [diff] |
test: config: Add a test for config_parse_logsize. Add a unit test that validates config_parse_logsize returns expected values. Tested: 'make check' passed when ran under x86_64 environment. Change-Id: I54d9478157fab3db7c2c5879d12e719e738a1099 Signed-off-by: Kun Yi <kunyi731@gmail.com>
Note: In addition to a toolchain and autoconf tools, this requires autotools-archive
to be installed.
To build this project, run the following shell commands:
./bootstrap.sh ./configure ${CONFIGURE_FLAGS} make
To fully clean the repository, run:
./bootstrap.sh clean
Running the server requires a serial port (e.g. /dev/ttyS0):
touch obmc-console.conf ./obmc-console-server --config obmc-console.conf ttyS0
To connect to the server, simply run the client:
./obmc-console-client
To disconnect the client, use the standard ~.
combination.