File: rules

package info (click to toggle)
flexbar 2.50-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 428 kB
  • ctags: 376
  • sloc: cpp: 2,696; sh: 214; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@

override_dh_auto_test:
	cd test ; \
	export PATH="$(CURDIR)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE):$$PATH" ; \
	echo $$PATH ; \
	which flexbar ; \
	./flexbar_validate.sh

override_dh_auto_clean:
	dh_auto_clean
	rm -f test/result_*fast[aq]