File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ EXTRA_DIST+= LICENSING
3333include src/include.am
3434include wolfssh/include.am
3535include examples/include.am
36- include test /include.am
36+ include tests /include.am
3737include keys/include.am
3838
3939
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # vim:ft=automake
2+ # included from Top Level Makefile.am
3+ # All paths should be given relative to the root
4+
5+ check_PROGRAMS += tests/unit.test
6+ noinst_PROGRAMS += tests/unit.test
7+
8+ tests_unit_test_SOURCES = tests/unit.c
9+
10+ tests_unit_test_CFLAGS = -DNO_MAIN_DRIVER $(AM_CFLAGS)
11+ tests_unit_test_LDADD = src/libwolfssh.la $(LIB_STATIC_ADD)
12+ tests_unit_test_DEPENDENCIES = src/libwolfssh.la
13+
14+ DISTCLEANFILES+= tests/.libs/unit.test
File renamed without changes.
You can’t perform that action at this time.
0 commit comments