You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
225 B

  1. #include <stdio.h>
  2. #include "tests.h"
  3. int main()
  4. {
  5. test_1();
  6. test_2();
  7. test_3();
  8. test_4();
  9. test_5();
  10. test_6();
  11. test_7();
  12. test_8();
  13. test_9();
  14. test_10();
  15. test_11();
  16. test_12();
  17. }