GNOME Bugzilla – Bug 657589
tests fail in tarball releases because tarballs are missing anjuta.lst
Last modified: 2011-09-04 15:18:33 UTC
When make check is run from a tarball release, tests fail because the anjuta tarballs are missing plugins/am-project/tests/anjuta.lst: $ make check [...] /bin/sh ./testsuite ## ----------------------------------------------------------- ## ## anjuta 3.1.90 test suite: Autotools project backend plugin. ## ## ----------------------------------------------------------- ## 1: Load empty project ok 2: Load anjuta project FAILED (anjuta.at:4) A simple solution is to add anjuta.lst to EXTRA_DIST in plugins/am-project/tests/Makefile.am
Thanks for your bug report. I think I have fixed this issue but I haven't checked it due to an issue when building the distribution package. Could you check that it's fine?
I have added anjuta.lst but it is still failing because the group name is not the one expected anjuta-version instead of anjuta. I think the best solution is to remove this from the distribution package but I don't know how to do it.
I have removed the line corresponding to the top level group using some sed magic.