From 4a08f575b8e85a1deab20e82ed662026a020271f Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Mon, 20 Jan 2003 18:56:49 +0100 Subject: [PATCH] Test to initialize GTK. Rev: src/post_modules/GTK/testsuite.in:1.2 --- .gitattributes | 1 + src/post_modules/GTK/testsuite.in | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3678814a6e..b7502e06e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -795,6 +795,7 @@ testfont binary /src/post_modules/GTK/source/encode_truecolor.c foreign_ident /src/post_modules/GTK/source/gladexml.pre foreign_ident /src/post_modules/GTK/source/support.c foreign_ident +/src/post_modules/GTK/testsuite.in foreign_ident /src/post_modules/Makefile.in foreign_ident /src/post_modules/SDL/Makefile.in foreign_ident /src/post_modules/SDL/SDL.cmod foreign_ident diff --git a/src/post_modules/GTK/testsuite.in b/src/post_modules/GTK/testsuite.in index e69de29bb2..c556e50707 100644 --- a/src/post_modules/GTK/testsuite.in +++ b/src/post_modules/GTK/testsuite.in @@ -0,0 +1,6 @@ +dnl $Id: testsuite.in,v 1.2 2003/01/20 17:56:49 nilsson Exp $ + +cond([[ master()->resolv("GTK")->setup_gtk ]], +[[ + test_do( GTK.setup_gtk("",1) ) +]]) -- GitLab