language: c
compiler:
  - gcc
script: make test
before_install:
    - git submodule update --init
    - sudo apt-get update -qq
    - sudo apt-get install check