2025-05-19 15:33:25 -04:00
|
|
|
#include <amscppimglib4/amscppimglib4.hpp>
|
|
|
|
|
|
2025-06-04 19:08:31 -04:00
|
|
|
using namespace ams;
|
|
|
|
|
|
2025-05-19 15:33:25 -04:00
|
|
|
int main(int argc, char* argv[])
|
|
|
|
|
{
|
|
|
|
|
int ret = 0;
|
2025-06-04 19:08:31 -04:00
|
|
|
|
2025-06-14 10:41:22 -04:00
|
|
|
amscppimglib4_test1();
|
|
|
|
|
amscppimglib4_test2();
|
2025-06-12 19:53:53 -04:00
|
|
|
amscppimglib4_bitplane_alloc_tests();
|
2025-06-14 10:41:22 -04:00
|
|
|
amscppimglib4_image_alloc_tests();
|
2025-06-12 19:53:53 -04:00
|
|
|
|
2025-06-04 19:08:31 -04:00
|
|
|
|
2025-05-19 15:33:25 -04:00
|
|
|
return ret;
|
|
|
|
|
}
|