]> git.ozlabs.org Git - ccan/commit
Makefile: Remove unused test targets
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 22 Nov 2016 22:50:48 +0000 (09:50 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 22 Nov 2016 22:50:48 +0000 (09:50 +1100)
commit214086cfafb1f5bf7785a29f4497f3adf196ed8b
tree71b215c636c27e83f255d8e674d1152db873db95
parent996d4d12ddd52de579b5026bfbe9c65e26f6c698
Makefile: Remove unused test targets

The Makefile provides for "fast" and "full" variants of make check.
However, nothing seems to use or implement the "full" variant at all.
Further, the %.check and %.fastcheck targets are not actually used, with
other targets instead using the actual .ok tag file as the target.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Makefile
tools/gen_deps.sh