Renamed inc directory to const_fmt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <format.h>
|
||||
#include <const_fmt/format.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
@@ -62,4 +62,4 @@ TEST(Format, negative_int) {
|
||||
//TEST(Format, string) {
|
||||
// // TODO
|
||||
// EXPECT_EQ(true, false);
|
||||
//}
|
||||
//}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <parse.h>
|
||||
#include <const_fmt/parse.h>
|
||||
|
||||
|
||||
using namespace detail;
|
||||
@@ -93,4 +93,4 @@ TEST(Parse, ast_chars_and_nodes) {
|
||||
' ', ' ', '-'};
|
||||
|
||||
EXPECT_EQ(parse_string<"{:06.3}ab d{:8s}{:.4} -">().value, control);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <utility.h>
|
||||
#include <const_fmt/utility.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(Utility, const_pow) {
|
||||
|
||||
Reference in New Issue
Block a user