[Pkg-sdl-commits] [sdl-stretch] 01/04: Another attempt to fix tests
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Tue Nov 7 01:47:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to annotated tag debian/0.3.1-8
in repository sdl-stretch.
commit b8dc364b92cd42cc939cb2b74a385aa929f936c2
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Tue Nov 7 02:36:24 2017 +0100
Another attempt to fix tests
---
debian/changelog | 6 ++++++
debian/tests/compile-libsdl-stretch-test0 | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bccdafe..3b6799a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sdl-stretch (0.3.1-8) UNRELEASED; urgency=medium
+
+ * Another attempt to fix tests
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org> Tue, 07 Nov 2017 02:35:59 +0100
+
sdl-stretch (0.3.1-7) unstable; urgency=medium
* Fix tests
diff --git a/debian/tests/compile-libsdl-stretch-test0 b/debian/tests/compile-libsdl-stretch-test0
index bde2221..08e3d7c 100644
--- a/debian/tests/compile-libsdl-stretch-test0
+++ b/debian/tests/compile-libsdl-stretch-test0
@@ -13,9 +13,10 @@ DST_BINARY="$WORKDIR"/compile-libsdl-stretch-test0-exec
WORKDIR=$(mktemp -d)
trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
#cd $WORKDIR
+echo "PWD: ${PWD}"
# compile
-gcc -o "$DST_BINARY" compile-libsdl-stretch-test0.c $(pkg-config --cflags --libs SDL_stretch sdl)
+gcc -o "$DST_BINARY" debian/tests/compile-libsdl-stretch-test0.c $(pkg-config --cflags --libs SDL_stretch sdl)
echo "build: OK"
# check/execute
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdl-stretch.git
More information about the pkg-sdl-commits
mailing list