# 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"