commit | 8df749e852ab6b7470413ebbc1ad8ffa95d7f560 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Apr 09 10:43:20 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Apr 09 12:01:44 2019 -0700 |
tree | 187162273ec6189e6cb79e2c639fedfa7d0801af | |
parent | 08d1040dd53111a51d245c7dc2f2101ff70b9a87 [diff] [blame] |
SEBA-420 Enable linting test in Makefile; update requirements Change-Id: Iccd51cf0974d4a8ecefecef2c7d1f907e1267e5a
diff --git a/Makefile b/Makefile index 872f8d0..7823757 100644 --- a/Makefile +++ b/Makefile
@@ -25,7 +25,7 @@ ./scripts/setup_venv.sh # tests -test: lib-test xos-test migration-test +test: lib-test xos-test migration-test core-xproto-test lib-test: for lib in $(XOS_LIBRARIES); do pushd $$lib; tox; popd; done