mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
GoogleTest hello world.
./build and ./test work automatically when cwd is inside userland/libs/XXX without --package-all.
This commit is contained in:
@@ -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': (
|
||||
{},
|
||||
|
||||
Reference in New Issue
Block a user