Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
TestUtility.hpp
- Committer:
- GaiSensei
- Date:
- 2017-01-15
- Revision:
- 12:1c341b119b23
- Parent:
- 9:12519f9dd3cd
- Child:
- 13:bb9669053eb3
File content as of revision 12:1c341b119b23:
#ifndef TEST_UTILITY_HPP #define TEST_UTILITY_HPP namespace utility { void run_all_tests(); void test_is_almost_equal(); void test_wrap_angle(); void test_degree_from_radian(); void test_update_bit(); void test_update_bit_for_values_greater_than_one_byte(); } #endif