#include "test.h" #include "test/crypto.h" #include void built_in_test() { if( !test_crypto() ) { printf( "[FAIL] test_crypto\n" ); } }