File: Makefile.am

package info (click to toggle)
libcap-ng 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 776 kB
  • sloc: ansic: 7,464; makefile: 188; python: 161; sh: 24
file content (6 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
# Makefile.am -- Test suite for python bindings

TESTS = lib_test.py
TESTS_ENVIRONMENT = PYTHONPATH=${top_builddir}/bindings/python3/:${top_builddir}/bindings/python3/.libs

dist_check_SCRIPTS = $(TESTS)