Added glib-1.2 testcase.

This commit is contained in:
Roland Illig 2005-02-27 22:08:21 +00:00
parent 6b14153361
commit 8a4f10f52f

View File

@ -47,7 +47,7 @@ mc_cflags=""
mc_ldflags=""
mc_tests="plain charset no_charset vfs no_vfs mcfs no_mcfs samba "\
mc_tests="plain glib12 charset no_charset vfs no_vfs mcfs no_mcfs samba "\
"no_samba ext2undel no_ext2undel slang mcslang ncurses maintainer "\
"no_maintainer i18n no_i18n no_features all_features all_warnings"
@ -341,6 +341,12 @@ test_plain() {
confbuild
}
test_glib12() {
testname="glib12"
configure_args="--with-glib12"
confbuild
}
test_charset() {
testname="charset"
configure_args="--enable-charset"