| 
    luasandbox
    1.4.0
    
   Generic Lua sandbox for dynamic data analysis 
   | 
 
Unit test macros and global data. More...
#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | PRIuSIZE "zu" | 
| #define | MU_ERR_LEN 1024 | 
| #define | mu_assert(cond, ...) | 
| #define | mu_assert_rv(rv, fn) | 
| #define | mu_run_test(test) | 
Variables | |
| int | mu_tests_run = 0 | 
| char | mu_err [MU_ERR_LEN] = { 0 } | 
Unit test macros and global data.
Definition in file mu_test.h.
| #define mu_assert | ( | cond, | |
| ... | |||
| ) | 
| #define mu_assert_rv | ( | rv, | |
| fn | |||
| ) | 
| #define mu_run_test | ( | test | ) | 
| char mu_err[MU_ERR_LEN] = { 0 } | 
 1.8.11