Codebase list agenda.app / 44fc5f2
testsuite: Run "make check" instead of gnustep-tests directly. Yavor Doganov 2 years ago
2 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 agenda.app (0.46-2) UNRELEASED; urgency=medium
1
2 * debian/tests/testsuite: Run "make check" which in turn will run
3 configure, needed to generate local.make. Export GNUSTEP_MAKEFILES.
4
5 -- Yavor Doganov <yavor@gnu.org> Wed, 03 Nov 2021 10:26:26 +0200
6
07 agenda.app (0.46-1) unstable; urgency=medium
18
29 * New upstream release:
22 set -e
33 set -u
44
5 GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
5 export GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
66
7 gnustep-tests tests || (cat tests.log; exit 1)
7 make check || (cat tests.log; exit 1)
88
99 exit 0