#
# Copyright (c) 2025 Gennaro Prota (gennaro dot prota at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
#
# Official repository: https://github.com/boostorg/static_string
#

import testing ;

project
  : requirements
    <include>../../include
    <warnings>extra
    <cxxstd>20
  ;

run static_cstring_test.cpp ;
