before_script: - apt-get update -qq && apt-get install -y -qq sqlite3 cmake test: script: - cmake . - make - ./test-ck