Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
poolTests.c File Reference
#include "pool.h"
#include "threading.h"
#include "util.h"
#include "timefn.h"
#include <stddef.h>
#include <stdio.h>

Data Structures

struct  data
 
struct  poolTest_t
 
struct  abruptEndCanary_t
 

Macros

#define ASSERT_TRUE(p)
 
#define ASSERT_FALSE(p)
 
#define ASSERT_EQ(lhs, rhs)
 

Functions

int main (int argc, const char **argv)
 

Macro Definition Documentation

◆ ASSERT_EQ

#define ASSERT_EQ ( lhs,
rhs )
Value:
ASSERT_TRUE((lhs) == (rhs))
#define ASSERT_TRUE(p)
Definition poolTests.c:19

◆ ASSERT_FALSE

#define ASSERT_FALSE ( p)
Value:

◆ ASSERT_TRUE

#define ASSERT_TRUE ( p)
Value:
do { \
if (!(p)) { \
return 1; \
} \
} while (0)

Function Documentation

◆ main()

int main ( int argc,
const char ** argv )