Lolly
1.4.28
Loading...
Searching...
No Matches
tests
a_tbox_main.cpp
Go to the documentation of this file.
1
#define DOCTEST_CONFIG_IMPLEMENT
2
3
#include "doctest/doctest.h"
4
#include "
lolly_doctests.hpp
"
5
#include "
sys_utils.hpp
"
6
7
int
8
main
(
int
argc
,
char
**
argv
) {
9
lolly::init_tbox
();
10
doctest::Context
context
;
11
12
int
res
=
context
.run ();
13
14
if
(
context
.shouldExit ())
return
res
;
15
16
return
res
;
17
}
list
The list class represents a linked list.
Definition
list.hpp:48
list::list
list(T item)
Construct a new list object with a single item.
Definition
list.hpp:137
main
int main()
Definition
list_bench.cpp:22
lolly_doctests.hpp
lolly::init_tbox
void init_tbox()
Definition
sys_utils.cpp:169
sys_utils.hpp
Generated by
1.10.0