]> git.proxmox.com Git - proxmox-backup.git/commit
buildsys: run test before compile to avoid clobbering the openid build binaries
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jul 2021 17:58:03 +0000 (19:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jul 2021 18:27:40 +0000 (20:27 +0200)
commit7190cbf2ac775b2acc77d5dc16725fbc26420689
tree6062a21ed3577a38287cec2e88a7ca3c7ce78b54
parentf726e1e0eaae6b48185be09d5cd46758875575f3
buildsys: run test before compile to avoid clobbering the openid build binaries

dh_auto_test also checks for the build flags used, including any
`--cfg`, so it rebuilds and overwrites our carefully assembled daemon
binaries with openid support as it is run after build and before
install.
So manually ensure the order of first test then build (argh, hackes
of hackes >.<)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/rules