File: make-check

package info (click to toggle)
colord 1.4.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,336 kB
  • sloc: ansic: 48,896; xml: 24,173; python: 79; sh: 70; makefile: 48; cpp: 38
file content (11 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Disable these tests until the very weird failures seen only under adt-run
# are resolved.
#make -C lib/colord check || (cat lib/colord/test-suite.log && false)

#make -C lib/colorhug check || (cat lib/colorhug/test-suite.log && false)
#make -C src check || (cat src/test-suite.log && false)

meson build
ninja -C build test