GoogleTest hello world.

./build and ./test work automatically when cwd is inside userland/libs/XXX
without --package-all.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-11-25 00:00:00 +00:00
parent 50570326d4
commit 39073519b1
11 changed files with 156 additions and 32 deletions

View File

@@ -749,6 +749,12 @@ path_properties_tuples = (
{'requires_dynamic_library': True},
{
'cython': {'no_build': True},
'googletest': (
{},
{
'fail.cpp': {'exit_status': 1},
}
),
'libdrm': {'requires_sudo': True},
'hdf5': (
{},