blob: 88b0d29e449d2470249c673dfe44d0ca7f91df19 (
plain)
1
2
3
4
5
6
7
|
//------------------------------------------------------------------------------
// sokol-test.c
// Sokol headers main test source.
//------------------------------------------------------------------------------
#include "utest.h"
UTEST_MAIN()
|