File: rules

package info (click to toggle)
golang-github-azuread-microsoft-authentication-library-for-go 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# include testdata, see https://github.com/AzureAD/microsoft-authentication-library-for-go/pull/434
export DH_GOLANG_INSTALL_EXTRA := apps/internal/base/internal/storage/test_serialized_cache.json
# exclude sample apps and test apps
export DH_GOLANG_EXCLUDES := apps/tests

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