Files
amsmathutil25/include/amsmathutil25/testing/amsmathutil25_testing.hpp
2025-05-28 14:32:20 -04:00

20 lines
296 B
C++

#ifndef __AMSMATHUTIL25_TESTING_HPP__
#define __AMSMATHUTIL25_TESTING_HPP__
namespace ams
{
namespace amsmathutil25
{
void test_amsarray1();
void test_amsarray2();
void test_select();
void test_amsarray_sort();
}; //end namespace amsmathutil25
}; //end namespace ams
#endif