Try to build tmk_common
This commit is contained in:
parent
30f22d450d
commit
7424261dae
3 changed files with 132 additions and 124 deletions
|
@ -11,4 +11,12 @@
|
|||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
include tests/$(TEST)/rules.mk
|
||||
#include $(TMK_PATH)/protocol.mk
|
||||
|
||||
TEST_PATH=tests/$(TEST)
|
||||
|
||||
$(TEST)_SRC=$(TEST_PATH)/test.c $(TMK_COMMON_SRC)
|
||||
$(TEST)_DEFS=$(TMK_COMMON_DEFS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue