diff options
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) +{ +} + |