sheredom / utest.h

🧪 single header unit testing framework for C and C++
The Unlicense
834 stars 57 forks source link

Add support for Solaris (OmniOS) #82

Closed yesudeep closed 2 years ago

yesudeep commented 2 years ago
❯ uname -a
SunOS hostname 5.11 omnios-r151040-92ae97307e i86pc i386 i86pc

❯ gcc -dM -E - < /dev/null | sort | grep 'sun'
#define __sun 1
#define __sun__ 1
#define sun 1