HOW TO:
make
make -f Makefile.test
./cmd_parser_test
example:
zhu:~/cmd-parser$ ./cmd_parser_test
> asdf
The command line is: <asdf>
> qerty
The command line is: <qerty>
> qerty
The command line is: <qerty>
> asdf
The command line is: <asdf>
> asdf; tqwerhg hsdfghas h ghghjd
The command line is: <asdf; tqwerhg hsdfghas h ghghjd>
> End of session