- More Documentation
- Vulkan Configuration Implementations - Fixed build errors on GCC and Clang
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "lang/test_function.h"
|
||||
#include "lang/test_hashing.h"
|
||||
#include "lang/test_metaprogramming.h"
|
||||
#include "lang/test_ranges.h"
|
||||
|
||||
namespace fennec::test
|
||||
{
|
||||
@@ -47,6 +48,11 @@ namespace fennec::test
|
||||
fennec_test_subheader("function tests");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_lang_function();
|
||||
fennec_test_spacer(3);
|
||||
|
||||
fennec_test_subheader("ranges tests");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_lang_ranges();
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user