File: integration-tests

package info (click to toggle)
glycin 2.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,216 kB
  • sloc: python: 432; ansic: 215; xml: 70; makefile: 30; sh: 27; javascript: 10
file content (8 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

# Enable meson tests
# By specifying test_skip_install=true the tests are run against the host glycin-loaders
TEST_FLAGS="-Dtests=true -Dpython_tests=true -Dtest_skip_install=true"

debian/rules TEST_FLAGS="$TEST_FLAGS" override_dh_auto_configure
debian/rules override_dh_auto_test