mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Added glib-1.2 testcase.
This commit is contained in:
parent
6b14153361
commit
8a4f10f52f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user