parselink-old/tests/common/BUILD
Kurt Sassenrath b0ed20369f Initial commit
* Logging ported from layover project with minor tweaks.
    * Logging test ported over.
    * Boost libraries are available.
2023-09-04 16:03:58 -07:00

9 lines
127 B
Python

cc_test(
name = "logging",
srcs = ["logging.cpp"],
deps = [
"//source/common:lib",
"@ut",
],
)