mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Run run-bookmark-test.sh
This commit is contained in:
parent
a58772f052
commit
0163a3808c
@ -1,5 +1,8 @@
|
||||
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am: Arrange for run-bookmark-test.sh
|
||||
to be run by make check.
|
||||
|
||||
* tests/utf8-pointer.c:
|
||||
* tests/tree-test.c: Silence warnings.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am: Arrange for run-bookmark-test.sh
|
||||
to be run by make check.
|
||||
|
||||
* tests/utf8-pointer.c:
|
||||
* tests/tree-test.c: Silence warnings.
|
||||
|
||||
|
@ -64,7 +64,6 @@ test_programs = \
|
||||
atomic-test \
|
||||
array-test \
|
||||
base64-test \
|
||||
bookmarkfile-test \
|
||||
$(CXX_TEST) \
|
||||
child-test \
|
||||
completion-test \
|
||||
@ -110,9 +109,9 @@ test_programs = \
|
||||
utf8-pointer \
|
||||
uri-test
|
||||
|
||||
test_scripts = run-markup-tests.sh run-collate-tests.sh
|
||||
test_scripts = run-markup-tests.sh run-collate-tests.sh run-bookmark-test.sh
|
||||
|
||||
test_script_support_programs = markup-test unicode-collate
|
||||
test_script_support_programs = markup-test unicode-collate bookmarkfile-test
|
||||
|
||||
check_PROGRAMS = $(test_programs) $(test_script_support_programs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user