diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-28 00:47:52 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-28 00:47:52 +0200 |
commit | 048ab0903b8749717f4461a6abcfa023ceef0dd6 (patch) | |
tree | 480ff91c9190ca7823d335df0eb31b34c8229422 /asl/handle_pool/index_pool_tests.cpp | |
parent | b8a87223bb70fccc47ba0f9c96b3f58de6e1e5bd (diff) |
WIPhandle_pool
Diffstat (limited to 'asl/handle_pool/index_pool_tests.cpp')
-rw-r--r-- | asl/handle_pool/index_pool_tests.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/asl/handle_pool/index_pool_tests.cpp b/asl/handle_pool/index_pool_tests.cpp new file mode 100644 index 0000000..1dd2816 --- /dev/null +++ b/asl/handle_pool/index_pool_tests.cpp @@ -0,0 +1,10 @@ +// Copyright 2025 Steven Le Rouzic +// +// SPDX-License-Identifier: BSD-3-Clause + +#include "asl/testing/testing.hpp" + +ASL_TEST(test) +{ +} + |