Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3e840c28
...
3e840c28b3a038cf9644e8b1ae97177ef0fc5253
authored
2002-11-04 17:35:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added config to test_dirs.
1 parent
ba44e0fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
imap4d/testsuite/Makefile.am
pop3d/testsuite/Makefile.am
imap4d/testsuite/Makefile.am
View file @
3e840c2
...
...
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dejagnu
DEJATOOL
=
imap4d
RUNTESTFLAGS
=
CLEANFILES
=
*
.log
test_dirs
=
lib imap4d
test_dirs
=
lib imap4d
config
dist-hook
:
here
=
`
cd
$(top_builddir)
/
$(subdir)
&&
pwd
`
;
\
...
...
pop3d/testsuite/Makefile.am
View file @
3e840c2
...
...
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dejagnu
DEJATOOL
=
pop3d
RUNTESTFLAGS
=
CLEANFILES
=
*
.log
test_dirs
=
lib pop3d
test_dirs
=
config
lib pop3d
dist-hook
:
here
=
`
cd
$(top_builddir)
/
$(subdir)
&&
pwd
`
;
\
...
...
Please
register
or
sign in
to post a comment