ref: 8e03f0351df51fc2a862d1570fd87def7113df81
parent: 601105471f7c0ae515aecdffd3bcb0357ec597b1
parent: dd05a655c226c5b872a8095f43853f7e89213a14
author: zhilwang <zhilwang@cisco.com>
date: Thu Jul 3 05:20:23 EDT 2014
Merge pull request #1069 from mstorsjo/generate-targets Regenerate test/common/targets.mk via the mktargets.sh script as well
--- a/build/mktargets.sh
+++ b/build/mktargets.sh
@@ -12,5 +12,6 @@
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