- Fixed some more compilation issues
- Added some more information to the licensing section of README.md
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
#define FENNEC_TEST_FPROC_H
|
||||
|
||||
#include "../test.h"
|
||||
|
||||
#include "./fproc/test_strings.h"
|
||||
#include "./fproc/test_io.h"
|
||||
|
||||
namespace fennec
|
||||
{
|
||||
@@ -28,13 +30,16 @@ namespace fennec
|
||||
namespace test
|
||||
{
|
||||
|
||||
inline void fennec_test_fproc()
|
||||
{
|
||||
inline void fennec_test_fproc() {
|
||||
fennec_test_header("strings");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_fproc_strings();
|
||||
fennec_test_spacer(3);
|
||||
|
||||
fennec_test_header("io");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_fproc_io();
|
||||
fennec_test_spacer(3);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user