all_test.hxx 485 B

1234567891011121314151617181920212223
  1. #ifndef ALL_TEST_HXX
  2. #define ALL_TEST_HXX
  3. // Standart tests
  4. #include "types_test.hxx"
  5. #include "generic_value_test.hxx"
  6. #include "number_test.hxx"
  7. #include "recursive_shared_mutex_test.hxx"
  8. #include "bits_test.hxx"
  9. #include "buffer_array_test.hxx"
  10. #include "avl_tree_test.hxx"
  11. #include "map_test.hxx"
  12. #include "multi_map_test.hxx"
  13. #include "table_test.hxx"
  14. #include "variable_test.hxx"
  15. #include "bugs.hxx"
  16. // InDev tests
  17. #include "table_impl_test.hxx"
  18. #endif