- Fixed header include guards
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
// =====================================================================================================================
|
||||
|
||||
#ifndef FENNEC_TEST_LANGPROC_STRINGS_H
|
||||
#define FENNEC_TEST_LANGPROC_STRINGS_H
|
||||
#ifndef FENNEC_TEST_STRING_H
|
||||
#define FENNEC_TEST_STRING_H
|
||||
|
||||
#include "../test.h"
|
||||
#include "./string/test_cstring.h"
|
||||
@@ -30,13 +30,13 @@ namespace fennec::test
|
||||
{
|
||||
fennec_test_subheader("cstring");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_langproc_strings_cstring();
|
||||
fennec_test_STRING_cstring();
|
||||
fennec_test_spacer(3);
|
||||
|
||||
|
||||
fennec_test_subheader("string");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_langproc_strings_string();
|
||||
fennec_test_STRING_string();
|
||||
fennec_test_spacer(3);
|
||||
|
||||
// TODO
|
||||
@@ -44,4 +44,4 @@ namespace fennec::test
|
||||
|
||||
}
|
||||
|
||||
#endif // FENNEC_TEST_LANGPROC_STRINGS_H
|
||||
#endif // FENNEC_TEST_STRING_H
|
||||
|
||||
Reference in New Issue
Block a user