File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
AUTOMAKE_OPTIONS = foreign no-dependencies
8
8
9
- SUBDIRS = src
9
+ SUBDIRS = src tests
10
10
11
11
man_MANS = man/outguess.1 man/seek_script.1
12
12
@@ -15,4 +15,4 @@ distclean-local:
15
15
conf[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9]
16
16
rm -f aclocal.m4 compile config.* configure depcomp install-sh \
17
17
Makefile.in missing src/Makefile.in src/jpeg-6b-steg/config.log \
18
- src/jpeg-6b-steg/config.status
18
+ src/jpeg-6b-steg/config.status test-driver tests/Makefile.in
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ if [ "$1" = "clean" -a ! -e Makefile ]
35
35
then
36
36
echo " Vanishing the code"
37
37
rm -rf aclocal.m4 autom4te.cache compile confdefs.h config.* configure \
38
- depcomp install-sh Makefile.in missing src/Makefile.in
38
+ depcomp install-sh Makefile.in missing src/Makefile.in test-driver \
39
+ tests/Makefile.in
39
40
exit 0
40
41
fi
41
42
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ if test $neederr = yes; then
61
61
fi
62
62
AM_CONDITIONAL([ ERRMISS] , [ test x$ERRMISS = xtrue] )
63
63
64
- AC_CONFIG_FILES ( [ Makefile src/Makefile] )
64
+ AC_CONFIG_FILES ( [ Makefile src/Makefile tests/Makefile ] )
65
65
AC_OUTPUT
Original file line number Diff line number Diff line change
1
+ TESTS = test.sh
You can’t perform that action at this time.
0 commit comments