Merge pull request #1069 from mstorsjo/generate-targets

Regenerate test/common/targets.mk via the mktargets.sh script as well
This commit is contained in:
zhilwang 2014-07-03 09:20:23 +08:00
commit 8e03f0351d

View File

@ -12,5 +12,6 @@ python build/mktargets.py --directory test/encoder --prefix encoder_unittest
python build/mktargets.py --directory test/decoder --prefix decoder_unittest
python build/mktargets.py --directory test/processing --prefix processing_unittest
python build/mktargets.py --directory test/api --prefix api_test
python build/mktargets.py --directory test/common --prefix common_unittest
python build/mktargets.py --directory module --prefix module
python build/mktargets.py --directory gtest --library gtest --out build/gtest-targets.mk --cpp-suffix .cc --include gtest-all.cc