diff build/general/Makefile.inc @ 451:3f913390bcf2

(Incomplete) unit tests for chroma and key estimation
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 23 May 2019 13:29:02 +0100
parents 905e45637745
children
line wrap: on
line diff
--- a/build/general/Makefile.inc	Tue May 21 13:23:35 2019 +0100
+++ b/build/general/Makefile.inc	Thu May 23 13:29:02 2019 +0100
@@ -144,6 +144,9 @@
 		$(AR) cr $@ $^
 		$(RANLIB) $@
 
+test:		$(LIBRARY)
+		$(MAKE) -C tests
+
 depend:
 		makedepend -fbuild/general/Makefile.inc -Y -- $(CFLAGS) -- $(SOURCES)