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

@ -0,0 +1,13 @@
syntax("kyuafile", 1)
test_suite("libxbps")
atf_test_program{name="util_test"}
atf_test_program{name="cmpver_test"}
atf_test_program{name="pkgpattern_match_test"}
atf_test_program{name="plist_find_dictionary_test"}
atf_test_program{name="plist_find_array_test"}
atf_test_program{name="plist_match_test"}
atf_test_program{name="plist_match_virtual_test"}
atf_test_program{name="plist_remove_test"}
atf_test_program{name="plist_array_replace_test"}

View File

@ -0,0 +1,15 @@
TOPDIR = ../../..
-include $(TOPDIR)/config.mk
include ../Makefile.inc
all:
install:
install -d $(DESTDIR)$(TESTSDIR)/$(TESTSSUBDIR)
install -m644 Kyuafile $(DESTDIR)$(TESTSDIR)/$(TESTSSUBDIR)
uninstall:
-rm -f $(DESTDIR)$(TESTSDIR)/$(TESTSSUBDIR)/Kyuafile
clean: