[libcsfml] 07/09: autopkgtest: also build against reduced dependencies

James Cowgill jcowgill at moszumanska.debian.org
Tue Jun 28 20:11:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill pushed a commit to branch master
in repository libcsfml.

commit ed267d73adcaa7d7c85d559b59b1e0b2d0c57cd6
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Tue Jun 28 19:34:34 2016 +0100

    autopkgtest: also build against reduced dependencies
---
 debian/tests/build | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/tests/build b/debian/tests/build
index 4c1ba89..85c7d61 100644
--- a/debian/tests/build
+++ b/debian/tests/build
@@ -13,10 +13,14 @@ fi
 cp debian/tests/csfml_test.c "$ADTTMP"
 cd "$ADTTMP"
 
-# Build program
-gcc -Wall -Werror -o csfml_test csfml_test.c -lcsfml-graphics -lcsfml-window -lcsfml-audio -lcsfml-network -lcsfml-system
-echo "build: OK"
+# Build programs
+gcc -Wall -Werror -o csfml_test1 csfml_test.c -lcsfml-graphics -lcsfml-window -lcsfml-audio -lcsfml-network -lcsfml-system
+echo "build1: OK"
+gcc -Wall -Werror -o csfml_test2 csfml_test.c -lcsfml-network -lcsfml-system
+echo "build2: OK"
 
-# Run it
-./csfml_test
-echo "run: OK"
+# Run them
+./csfml_test1
+echo "run1: OK"
+./csfml_test2
+echo "run2: OK"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git



More information about the Pkg-games-commits mailing list