Fix cmake config that was causing pattern unit tests not to run

This commit is contained in:
twistdroach 2020-12-12 19:17:14 -05:00
parent b1fa1e4805
commit a8f8d89503

View File

@ -13,5 +13,5 @@ target_link_libraries(module_patterns_uv_pattern
module_patterns
Unity
m)
add_test(patterns_pattern module_patterns_uv_pattern)
add_test(patterns_uv_pattern module_patterns_uv_pattern)