File: rules

package info (click to toggle)
fastobj 1.2%2Bgit20230610.1a80602-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: cpp: 2,152; ansic: 1,087; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DFAST_OBJ_BUILD_TEST=ON

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	./obj-$(DEB_HOST_GNU_TYPE)/fast_obj_test debian/test.obj
endif