From 356eeb7a319b6ee865f5001d1e3d8fab2f57e3c0 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 10 Nov 2014 20:29:19 +0000 Subject: Initial unit testing setup with an example test --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e880ca9..4743c11 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,11 @@ examples: swig: src @$(MAKE) -C $@ +check: src + @$(MAKE) -C tests check + +test: check + install: @$(MAKE) -C src install @$(MAKE) -C examples install -- cgit v1.2.3