From abe7bc9c32a1f57773c369e111f9d460a2f9717e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 24 May 2015 18:43:12 +0900 Subject: [PATCH] Add libaria2 build test target --- build_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_test.sh b/build_test.sh index 2824fff7..97ad7232 100755 --- a/build_test.sh +++ b/build_test.sh @@ -60,5 +60,6 @@ case "$1" in build "--disable-bittorrent --disable-metalink" "nobt_noml" build "--disable-epoll" "noepoll" build "--disable-epoll --without-libcares" "noepoll_nocares" + build "--enable-libaria2" "libaria2" ;; esac