File: upstream-unit-tests

package info (click to toggle)
msgraph 0.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 928 kB
  • sloc: ansic: 5,571; python: 128; sh: 54; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -x
printTestLog(){
    cat meson-logs/testlog.txt
}
trap printTestLog INT QUIT ABRT PIPE TERM

echo $PWD
mkdir build &&
meson build &&
cd build &&
meson test