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.

24 lines
315 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. test_13();
  18. test_14();
  19. test_15();
  20. test_16();
  21. test_17();
  22. test_18();
  23. }