TESTS: initial test suite implementation

This commit is contained in:
2014-06-28 00:54:55 +02:00
parent fd978fcfec
commit 5158736fab
14 changed files with 1068 additions and 0 deletions

View File

@@ -15,9 +15,16 @@ uninstall:
$(MAKE) -C src uninstall
$(MAKE) -C include uninstall
check:
$(MAKE) -C tests check
test:
$(MAKE) -C tests check
clean:
$(MAKE) -C include clean
$(MAKE) -C src clean
$(MAKE) -C tests clean
doc:
$(MAKE) -C include doc