diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-03-18 19:36:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-03-18 19:36:05 -0700 |
commit | 5e299936489bf3476464f00ebf3ffa3fa893cc23 (patch) | |
tree | eadd13dab7a3bc6cfdc84c9d6e184ed5ae8bfa38 /test/Makefile.am | |
parent | 6fc14afa3fa98503248138f7f6984ee33a9bd889 (diff) |
Add test case for XtCvtIntToPixmap fix in commit 16d9941f3aa38
Expanded from original Sun test case for Solaris bug 4163152.
Verified that with commit 16d9941f3aa38 reverted, this test case
fails on amd64, with it present, this test case passes.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 7f514fa..7494c41 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ if ENABLE_UNIT_TESTS if HAVE_GLIB -check_PROGRAMS = Alloc Event +check_PROGRAMS = Alloc Converters Event TESTS=$(check_PROGRAMS) |