mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
15 lines
262 B
Python
15 lines
262 B
Python
cc_test(
|
|
name = "test",
|
|
srcs = glob([
|
|
"*.cpp",
|
|
"*.h",
|
|
"integrations/*.cpp",
|
|
"node/*.cpp",
|
|
]),
|
|
deps = [
|
|
"//:yaml-cpp",
|
|
"//:yaml-cpp_internal",
|
|
"@com_google_googletest//:gtest_main",
|
|
],
|
|
)
|