Lolly 1.4.27
Loading...
Searching...
No Matches
Macros | Functions
a_tbox_main.cpp File Reference
#include "doctest/doctest.h"
#include "lolly_doctests.hpp"
#include "sys_utils.hpp"
Include dependency graph for a_tbox_main.cpp:

Go to the source code of this file.

Macros

#define DOCTEST_CONFIG_IMPLEMENT
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ DOCTEST_CONFIG_IMPLEMENT

#define DOCTEST_CONFIG_IMPLEMENT

Definition at line 1 of file a_tbox_main.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 8 of file a_tbox_main.cpp.

8 {
11
12 int res= context.run ();
13
14 if (context.shouldExit ()) return res;
15
16 return res;
17}
The list class represents a linked list.
Definition list.hpp:48
list(T item)
Construct a new list object with a single item.
Definition list.hpp:137
void init_tbox()