]> git.proxmox.com Git - proxmox-acme.git/blob - src/test/Makefile
tests: run missing-function test on build
[proxmox-acme.git] / src / test / Makefile
1
2 .PHONY: test test-missing-functions
3 test: verify-dnsapi-plugins-in-schema.pl.t test-missing-functions
4
5 %.t: %
6 ./$<
7
8 test-missing-functions:
9 ./check-missing-functions | sort -u > missing-functions.actual
10 # check if any change against our known-ok false-positive list
11 diff -up -N missing-functions.expected missing-functions.actual
12 rm missing-functions.actual # ok, cleanup