![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
df
Fork of APP1 by
TestUtility.hpp
- Committer:
- dupm2216
- Date:
- 2017-01-15
- Revision:
- 6:3facf0329142
- Child:
- 9:12519f9dd3cd
File content as of revision 6:3facf0329142:
#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(); }; #endif