mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
rename test: gvarianttype -> gvariant
More test cases will be added to this file.
This commit is contained in:
2
glib/tests/.gitignore
vendored
2
glib/tests/.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
array-test
|
array-test
|
||||||
fileutils
|
fileutils
|
||||||
gvarianttype
|
gvariant
|
||||||
hostutils
|
hostutils
|
||||||
keyfile
|
keyfile
|
||||||
markup-subparser
|
markup-subparser
|
||||||
|
@@ -47,8 +47,8 @@ array_test_LDADD = $(progs_ldadd)
|
|||||||
TEST_PROGS += hostutils
|
TEST_PROGS += hostutils
|
||||||
hostutils_LDADD = $(progs_ldadd)
|
hostutils_LDADD = $(progs_ldadd)
|
||||||
|
|
||||||
TEST_PROGS += gvarianttype
|
TEST_PROGS += gvariant
|
||||||
gvarianttype_LDADD = $(progs_ldadd)
|
gvariant_LDADD = $(progs_ldadd)
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user