nemequ / munit

µnit is a small testing framework for C
https://nemequ.github.io/munit/
Other
578 stars 76 forks source link

Fixes a small mistake in the definitions of assert alias assert_ptr_null #73

Open Ivan-Kouznetsov opened 3 years ago

Ivan-Kouznetsov commented 3 years ago

This fixes a small mistake in the definitions of assert aliases. munit_assert_null_equal is not defined, assert_ptr_null should refer to munit_assert_ptr_null which is defined

Ivan-Kouznetsov commented 3 years ago

The check failed due to the VM on which the check was done not having the compiler specified in the makefile: make: pgcc: Command not found