Commit Kyua/ATF test suite for libxbps.

This commit is contained in:
Juan RP
2012-03-12 15:23:04 +01:00
parent 35c2e2a75d
commit d4f623e7e7
33 changed files with 1233 additions and 29 deletions

View File

@@ -6,6 +6,10 @@ ifdef BUILD_API_DOCS
SUBDIRS += doc
endif
ifdef BUILD_TESTS
SUBDIRS += tests
endif
.PHONY: all
all:
@for dir in $(SUBDIRS); do \