Lines Matching +full:meson +full:- +full:build
1 ## Build and Test
4 meson build
5 ninja -Cbuild
6 meson test -Cbuild
12 meson test -Cbuild --gdb testname
15 ## Build and Run
18 Values defined in `hb-debug.hh`.
21 CPPFLAGS='-DHB_DEBUG_SUBSET=100' meson setup build --reconfigure
22 meson test -C build
28 meson setup build -Db_sanitize=address --reconfigure
29 meson compile -C build
30 meson test -C build
36 CPPFLAGS=-DHB_DEBUG_SUBSET=100 meson build --reconfigure
37 ninja -C build