From 7a4e6862cd94eed0fd24c605f84e2a92393f985e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 May 2014 12:14:34 +0200 Subject: [PATCH] tests: recurse into the new config tests. --- tests/xbps/libxbps/common/Kyuafile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xbps/libxbps/common/Kyuafile b/tests/xbps/libxbps/common/Kyuafile index d4754210..1c9d607d 100644 --- a/tests/xbps/libxbps/common/Kyuafile +++ b/tests/xbps/libxbps/common/Kyuafile @@ -19,7 +19,7 @@ atf_test_program{name="installmode_test"} atf_test_program{name="obsoletefiles_test"} atf_test_program{name="scripts_test"} atf_test_program{name="incorrect_deps_test"} -atf_test_program{name="config_test"} +include('config/Kyuafile') include('find_pkg_orphans/Kyuafile') include('pkgdb/Kyuafile')