Skip to content

Commit efeb9a4

Browse files
committed
rename directory test as tests
1 parent f3293df commit efeb9a4

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EXTRA_DIST+= LICENSING
3333
include src/include.am
3434
include wolfssh/include.am
3535
include examples/include.am
36-
include test/include.am
36+
include tests/include.am
3737
include keys/include.am
3838

3939

test/include.am

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/include.am

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

0 commit comments

Comments
 (0)