feisty meow concerns codebase  2.140
test_bit_vector.cpp File Reference
#include <application/hoople_main.h>
#include <basis/array.h>
#include <basis/astring.h>
#include <basis/byte_array.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <loggers/combo_logger.h>
#include <mathematics/chaos.h>
#include <structures/bit_vector.h>
#include <structures/static_memory_gremlin.h>
#include <unit_test/unit_base.h>
#include <memory.h>
#include <stdlib.h>
Include dependency graph for test_bit_vector.cpp:

Go to the source code of this file.

Macros

#define LOG(to_print)   EMERGENCY_LOG(program_wide_logger::get(), to_print)
 
#define MAX_TEST   100
 
#define FOOP_MAX   213
 

Functions

 HOOPLE_MAIN (test_bit_vector,)
 

Macro Definition Documentation

◆ FOOP_MAX

#define FOOP_MAX   213

Definition at line 43 of file test_bit_vector.cpp.

◆ LOG

#define LOG (   to_print)    EMERGENCY_LOG(program_wide_logger::get(), to_print)

Definition at line 40 of file test_bit_vector.cpp.

◆ MAX_TEST

#define MAX_TEST   100

Definition at line 42 of file test_bit_vector.cpp.

Function Documentation

◆ HOOPLE_MAIN()

HOOPLE_MAIN ( test_bit_vector  )