Skip to content

WGLab/FALCON-integrate

 
 

Repository files navigation

FALCON-integrate

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.

submodules

In case you are unfamiliar with git-submodules, they are quite easy to use from the command-line:

git submodule update --init

makefile

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.

Packages

No packages published

Languages

  • Makefile 76.9%
  • Shell 23.1%