File: test

package info (click to toggle)
gvmd 26.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,240 kB
  • sloc: ansic: 140,982; sh: 4,171; xml: 1,860; python: 301; makefile: 24
file content (5 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

set -e

mkdir build && cd build/ && cmake -DPostgreSQL_TYPE_INCLUDE_DIR=/usr/include/postgresql -DBACKEND=POSTGRESQL -DCMAKE_BUILD_TYPE=Release .. && make tests && CTEST_OUTPUT_ON_FAILURE=1 make test