mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
parse-duration: Make self-test build on its own.
* modules/parse-duration-tests (test_parse_duration_LDADD): Don't bring in LIBINTL.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-06-20 Simon Josefsson <simon@josefsson.org>
|
||||
|
||||
* modules/parse-duration-tests (test_parse_duration_LDADD): Don't
|
||||
bring in LIBINTL.
|
||||
|
||||
2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
init.sh: do not rely on autoupated PWD
|
||||
|
@@ -11,4 +11,4 @@ configure.ac:
|
||||
Makefile.am:
|
||||
TESTS += test-parse-duration.sh
|
||||
check_PROGRAMS += test-parse-duration
|
||||
test_parse_duration_LDADD = $(LDADD) @LIBINTL@
|
||||
test_parse_duration_LDADD = $(LDADD)
|
||||
|
Reference in New Issue
Block a user