- Debugged more PrettyPrinters, all implemented thus far work in testing
- Fixed implementation of tuple.h, TODO: Still need to complete - Wrote a PrettyPrinter for tuple.h
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "containers/test_optional.h"
|
||||
#include "containers/test_rdtree.h"
|
||||
#include "containers/test_set.h"
|
||||
#include "containers/test_tuple.h"
|
||||
|
||||
namespace fennec::test
|
||||
{
|
||||
@@ -37,6 +38,11 @@ namespace fennec::test
|
||||
fennec_test_containers_optional();
|
||||
fennec_test_spacer(3);
|
||||
|
||||
fennec_test_subheader("tuple tests");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_containers_tuple();
|
||||
fennec_test_spacer(3);
|
||||
|
||||
fennec_test_subheader("array tests");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_containers_array();
|
||||
|
||||
Reference in New Issue
Block a user