push
travis-ci
1 of 1 new or added line in 1 file covered. (100.0%)
127 of 143 relevant lines covered (88.81%)
12.95 hits per line
1 |
// Include STL Containers
|
|
|
#include <valarray> |
25 only 129.1 ✔ |
3 |
|
|
4 |
// Include Testsuite Dependencies
|
54 only 129.1 ✔ |
5 |
#define CATCH_CONFIG_MAIN
|
|
6 |
#include "chlorine.hpp" |
|
7 |
#include "catch.hpp" |
8 only 129.1 ✔ |
8 |
|
5 only 129.1 ✔ |
9 |
// Load the Container Test Sections
|
|
10 |
TEST_CASE("Workers are Compatible With Containers", "[containers]") { |
4 only 129.1 ✔ |
11 |
#include "containers.hpp" |
9 only 129.1 ✔ |
12 |
} |
162 only 129.1 ✔ |
13 |
|
|
14 |
// Load the Helper Test Sections
|
36 only 129.1 ✔ |
15 |
TEST_CASE("Test Helper Functions", "[helpers]") { |
197 only 129.1 ✔ |
16 |
#include "helpers.hpp" |
|
17 |
} |
7 only 129.1 ✔ |
18 |
|
37 only 129.1 ✔ |
19 |
// Load the Integer Test Sections
|
157 only 129.1 ✔ |
20 |
TEST_CASE("Test Integer Compatibility", "[ints]") { |
23 only 129.1 ✔ |
21 |
#include "integers.hpp" |
13 only 129.1 ✔ |
22 |
} |
90 only 129.1 ✔ |
23 |
|
4 only 129.1 ✔ |
24 |
// Load the Float Test Sections
|
|
25 |
TEST_CASE("Test Float Compatibility", "[floats]") { |
30 only 129.1 ✔ |
26 |
#include "floats.hpp" |
2 only 129.1 ✔ |
27 |
} |
59 only 129.1 ✔ |