Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
add testcase for GVariantType
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonkarlitskaya committed Jan 25, 2010
1 parent 0ccb288 commit b4c0b10
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 0 deletions.
1 change: 1 addition & 0 deletions glib/tests/.gitignore
@@ -1,5 +1,6 @@
array-test
fileutils
gvarianttype
hostutils
keyfile
markup-subparser
Expand Down
3 changes: 3 additions & 0 deletions glib/tests/Makefile.am
Expand Up @@ -47,6 +47,9 @@ array_test_LDADD = $(progs_ldadd)
TEST_PROGS += hostutils
hostutils_LDADD = $(progs_ldadd)

TEST_PROGS += gvarianttype
gvarianttype_LDADD = $(progs_ldadd)

if OS_UNIX

# some testing of gtester funcitonality
Expand Down

0 comments on commit b4c0b10

Please sign in to comment.