Skip to content

File testing.cc

FileList > ase > testing.cc

  • #include "testing.hh"
  • #include "main.hh"
  • #include "utils.hh"
  • #include "internal.hh"
  • #include <algorithm>
  • #include <unistd.h>
  • #include <stdio.h>
  • #include <string.h>
  • #include <sys/types.h>
  • #include <sys/stat.h>
  • #include <fcntl.h>
  • #include <float.h>
  • #include <ase/randomhash.hh>

Namespaces

Type Name
namespace Ase
The Anklang C++ API namespace.
namespace Test
Helper namespace for unit testing.

Macros

Type Name
define DEBUG_LOOPS_NEEDED (...) while (0) printerr (__VA_ARGS__)
define TDEBUG (...) Ase::debug ("Test", __VA_ARGS__)

Macro Definition Documentation

define DEBUG_LOOPS_NEEDED

#define DEBUG_LOOPS_NEEDED (
    ...
) while (0) printerr (__VA_ARGS__)

define TDEBUG

#define TDEBUG (
    ...
) Ase::debug ("Test", __VA_ARGS__)


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/testing.cc