thinline 0.3.1

A parser and builder for function-unittests written in comment sections for C-language family & python.
Documentation
---
language: cpp
test_env: google_test
analysis_dirs:
  - src
  - include
include_dirs:
  - include
build_script:
  log: true
  linux:
    - rm -rf build
    - mkdir build
    - cd build
    - cmake ..
    - make
libs:
  - build/libcpp_example.so
language_features:
  cpp:
    blacklist_namespaces:
      - std
      - __gnu_cxx
      - __cxxabiv1
      - __gnu_debug
    whitelist_classes:
      - c1
      - c2