Added integration test to Makefile.

This commit is contained in:
shrutip 2013-08-16 14:31:11 -07:00
Родитель 9dc39528bd
Коммит c6e9b6e400
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,7 @@ integration_test:
cd test ; echo "rowcache_invalidator test"; time ./rowcache_invalidator.py
cd test ; echo "secure test"; time ./secure.py $$VT_TEST_FLAGS
cd test ; echo "resharding test"; time ./resharding.py $$VT_TEST_FLAGS
cd test ; echo "vtdb test"; time ./vtdb_test.py $$VT_TEST_FLAGS
clean:
cd go/cmd/mysqlctl; go clean