You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
492 B
18 lines
492 B
# Tests Makefile.am for utun |
|
|
|
# Simple tests directory Makefile |
|
SUBDIRS = . |
|
|
|
# No tests in this directory for now |
|
check_PROGRAMS = |
|
|
|
# Basic includes if needed |
|
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib -I$(top_srcdir)/tinycrypt/lib/include -I$(top_srcdir)/tinycrypt/lib/source |
|
|
|
# Register no tests for this directory |
|
TESTS = |
|
|
|
# Help target |
|
help: |
|
@echo "This is the tests directory - no automake tests defined here" |
|
@echo "Main tests are defined in the parent directory Makefile.am"
|