File: rules

package info (click to toggle)
golang-github-apptainer-container-library-client 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 296 kB
  • sloc: makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

override_dh_auto_test:
	cp -a client/test_data $(CURDIR)/_build/src/github.com/apptainer/container-library-client/client/
	dh_auto_test