#include <stdlib.h>
#include <time.h>
#include <assert.h>
#include "base/intutils.h"
#include "base/bitstring.h"
#include "debug/macros.h"
Functions | |
static void | dummy () |
Dummy print for testing. | |
static void | test_basename () |
Test basename function. | |
static void | test_macros () |
Test debug/macros.h. | |
static void | test_randomize (uint32_t maxSize) |
Test randomize function. | |
static void | test_tab () |
Test tab. | |
static void | test_printBitstring (uint32_t maxSize) |
Test print bits. | |
static void | test_generateBits (uint32_t size) |
Test bit generation. | |
int | main (int argc, char *argv[]) |
|
Dummy print for testing.
|
|
|
|
Test basename function.
|
|
Test bit generation.
|
|
Test debug/macros.h.
|
|
Test print bits.
|
|
Test randomize function.
|
|
Test tab.
|