Skip to content
Snippets Groups Projects
Commit 3c76dc1c authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

more feature tests added

Rev: bin/feature_list:1.2
parent 2d4eedfc
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ int main(int argc, string *argv)
catch { if(master()->resolv("Gdbm")->gdbm) write("Gdbm "); };
catch { if(master()->resolv("Gmp")->mpz) write("Gmp "); };
catch { if(master()->resolv("Gz")->deflate) write("Gz "); };
catch { if(master()->resolv("Odbc")->odbc) write("Odbc "); };
catch { if(master()->resolv("Mysql")->mysql) write("Mysql "); };
write("\n");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment