Browse Source

Merge pull request #289 from blueyed/unset-PYTHON_CFLAGS-in-tests

Unset PYTHON_CFLAGS for build tests
pull/292/head
Yamashita, Yuu 9 years ago
parent
commit
5114600c4d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile View File

@ -1,5 +1,9 @@
.PHONY: test
# Do not pass in user flags to build tests.
unexport PYTHON_CFLAGS
unexport PYTHON_CONFIGURE_OPTS
test: bats
PATH="./bats/bin:$$PATH" test/run
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test

Loading…
Cancel
Save