* Update makefile; add a list target for testing
* simplify nostdlib example
* Make sendmail example return success
* Add tests to run all examples
* Add some targets to exclude
* Run example scripts; temporarily add a workspace accsesor to mcore
* Optionally read end of main from argv
* Make concolic test more robust
* Clean up Makefile
* Be better with phony targets
* Add run_simple and state_control tests
* verbosity++
* Make sure we fail when we intend to
* Simplify travis_test.sh
* Remove multi_arch_sym
* Initial moving
* Initial package __init__.py
* Use relative imports
* Correct imports for tests
* Rename main.py -> __main__.py
* Use relative imports in main
* Refactor cli to be used with setuptools
* Add basic setup.py
* Fix test_memory import
* Fix test_cpu_manual imports
* Correct iterpickle import
* Use manticore console_script installed by setuptools
* Make travis install our package for integration cli tests
* Refactor model hooks dynamic import for being in pkg
* Correct import
* Rm empty line
* Fix coverage test paths