Add a MySQL main test that does nothing
This commit is contained in:
parent
81148d4beb
commit
b1efbd21c7
1 changed files with 2 additions and 0 deletions
2
templates_test/main_test/mysql_main.tpl
Normal file
2
templates_test/main_test/mysql_main.tpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
func TestMain(m *testing.M) {
|
||||
}
|
Loading…
Reference in a new issue