Add is_clamped.hpp, is_clamped_test.cpp

This commit is contained in:
Ivan Matek
2021-07-31 21:20:56 +02:00
parent c9077bd495
commit 4ad181f464
3 changed files with 298 additions and 0 deletions

View File

@ -29,6 +29,7 @@ alias unit_test_framework
# Misc tests
[ run clamp_test.cpp unit_test_framework : : : : clamp_test ]
[ run is_clamped_test.cpp unit_test_framework : : : : is_clamped_test ]
[ run power_test.cpp unit_test_framework : : : : power_test ]
[ compile-fail power_fail1.cpp : : : : ]