To start the migration in your integration tests, simply open the migrate.exe command using Process.Start
for instance
var migrator = System.Diagnostics.Process.Start("migrator.exe", "/connection \"Data Source=db\\db.sqlite;Version=3;\" /db sqlite /target your.migrations.dll");
migrator.WaitForExit();
MSTest, , migrator.exe , .exe, .