int main(int argc, char **argv) { test_iterate(); test_iterate2(); //print_filler(); test_filler(); test_format(); test_encode(); test_encode2(); test_encode3(); test_encodeNull(); test_encodeEmpty(); test_encodeNull8(); test_encodeEmpty8(); test_encodeLongData(); test_01234567(); test_invalid_input(); // print_01234567(); test_struct_example(); test_struct_semilong(); test_null_free(); test_qrraw_new(); test_mqrraw_new(); test_encodeData(); test_formatInfo(); test_decodeSimple(); test_decodeLong(); test_decodeVeryLong(); //print_fillerMQR(); test_fillerMQR(); test_formatInfoMQR(); test_encodeTooLongMQR(); test_decodeShortMQR(); test_oddBitCalcMQR(); test_mqrencode(); test_apiversion(); report(); return 0; }
int main(void) { test_iterate(); test_iterate2(); //print_filler(); test_filler(); test_format(); test_encode(); test_encode2(); test_encode3(); test_encodeNull(); test_encodeEmpty(); test_encodeNull8(); test_encodeEmpty8(); test_encodeTooLong(); test_01234567(); test_invalid_input(); // print_01234567(); test_struct_example(); test_struct_semilong(); test_null_free(); test_qrraw_new(); test_mqrraw_new(); test_encodeData(); test_formatInfo(); test_decodeSimple(); test_decodeLong(); test_decodeVeryLong(); //print_fillerMQR(); test_fillerMQR(); test_formatInfoMQR(); test_encodeTooLongMQR(); test_decodeShortMQR(); QRcode_clearCache(); report(); return 0; }