• Kirill Smelkov's avatar
    Prepare to unit-test C stuff · cd5646af
    Kirill Smelkov authored
    We'll be testing C code in a similiar-to-python way - keep test_*.c
    files nearby and compile/executing them as needed.
    
    Tests are run several times in several ways - as plainly compiled and
    also with additional error checkers:
    
     - AddressSanitizer
     - ThreadSanitizer
     - and similiar checkers from Valgrind
    cd5646af
Makefile 4.17 KB