Updates tests to work with the latest TinyTest.
Adds StringTraits::Literal variants that work with strings. Names the workspace CPPUtils to match the import name in TinyTest. This resolves the dependency issue.
This commit is contained in:
3
BUILD
3
BUILD
@@ -7,6 +7,8 @@
|
||||
# #
|
||||
# Licensed under the MIT license. See below for details. #
|
||||
# #
|
||||
########################################################################################################################
|
||||
# #
|
||||
# MIT License #
|
||||
# #
|
||||
# Copyright (c) 2023 Tom Hicks <headhunter3@gmail.com> #
|
||||
@@ -36,6 +38,7 @@ cc_library(
|
||||
srcs = ["ansi_escapes.cpp"],
|
||||
hdrs = ["ansi_escapes.h"],
|
||||
includes = ["ansi_escapes.h"],
|
||||
deps = [":pretty_print"],
|
||||
)
|
||||
|
||||
cc_test(
|
||||
|
||||
Reference in New Issue
Block a user