A place to coordinate FALCON builds and tests.
The git-submodules here define a consistent set of revisions. You may use any system you like for building, testing, and integration, but we also provide some submodules which can help with that.
In case you are unfamiliar with git-submodules, they are quite easy to use from the command-line:
git submodule update --init
We have some gnu-make rules to get you started:
make init
make virtualenv
make check
make -j install
make test
If you have a problem, you might need to set up virtualenv yourself. For more details, see the wiki.