mirror of https://github.com/wolfSSL/wolfssh.git
rename directory test as tests
parent
f3293dff87
commit
efeb9a41b2
|
|
@ -33,7 +33,7 @@ EXTRA_DIST+= LICENSING
|
|||
include src/include.am
|
||||
include wolfssh/include.am
|
||||
include examples/include.am
|
||||
include test/include.am
|
||||
include tests/include.am
|
||||
include keys/include.am
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
# vim:ft=automake
|
||||
# included from Top Level Makefile.am
|
||||
# All paths should be given relative to the root
|
||||
|
||||
check_PROGRAMS += test/unit.test
|
||||
noinst_PROGRAMS += test/unit.test
|
||||
|
||||
test_unit_test_SOURCES = test/unit.c
|
||||
|
||||
test_unit_test_CFLAGS = -DNO_MAIN_DRIVER $(AM_CFLAGS)
|
||||
test_unit_test_LDADD = src/libwolfssh.la $(LIB_STATIC_ADD)
|
||||
test_unit_test_DEPENDENCIES = src/libwolfssh.la
|
||||
|
||||
DISTCLEANFILES+= test/.libs/unit.test
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
# vim:ft=automake
|
||||
# included from Top Level Makefile.am
|
||||
# All paths should be given relative to the root
|
||||
|
||||
check_PROGRAMS += tests/unit.test
|
||||
noinst_PROGRAMS += tests/unit.test
|
||||
|
||||
tests_unit_test_SOURCES = tests/unit.c
|
||||
|
||||
tests_unit_test_CFLAGS = -DNO_MAIN_DRIVER $(AM_CFLAGS)
|
||||
tests_unit_test_LDADD = src/libwolfssh.la $(LIB_STATIC_ADD)
|
||||
tests_unit_test_DEPENDENCIES = src/libwolfssh.la
|
||||
|
||||
DISTCLEANFILES+= tests/.libs/unit.test
|
||||
Loading…
Reference in New Issue