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
dd5b9ea0
...
dd5b9ea03094dc1886ee1482afb25403cf3d7e3f
authored
2002-08-20 20:24:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed etc, spool and folder test directories
1 parent
41c1f08b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
mail/testsuite/Makefile.am
mail/testsuite/Makefile.am
View file @
dd5b9ea
...
...
@@ -2,8 +2,7 @@ AUTOMAKE_OPTIONS = dejagnu
DEJATOOL
=
mail
RUNTESTFLAGS
=
CLEANFILES
=
*
.log
EXTRA_DIST
=
makespool
test_dirs
=
etc config lib mail spool folder
test_dirs
=
config lib mail
dist-hook
:
here
=
`
cd
$(top_builddir)
/
$(subdir)
&&
pwd
`
;
\
...
...
@@ -33,6 +32,7 @@ site.exp: Makefile remote.exp
@
echo
'# Do not edit here. If you wish to override these values'
>>
$@
-t
@
echo
'# edit the last section'
>>
$@
-t
@
echo
'set tool
$(DEJATOOL)
'
>>
$@
-t
@
echo
"set top_srcdir
`
cd
$(top_srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
"set srcdir
`
cd
$(srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
'set objdir'
`
pwd
`
>>
$@
-t
@
echo
'set host_alias "
$(host_alias)
"'
>>
$@
-t
...
...
@@ -55,6 +55,7 @@ remote.exp:;
@
echo
"set host_board
`
hostname
`
"
>>
$@
-t
@
echo
'set board_info($$host_board,connect) rlogin'
>>
$@
-t
@
echo
'set board_info($$host_board,shell_prompt) "\\$$ "'
>>
$@
-t
@
echo
"set board_info(
\$
$host_board
,top_srcdir)
`
cd
$(top_srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
"set board_info(
\$
$host_board
,srcdir)
`
cd
$(srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
"set board_info(
\$
$host_board
,objdir)
`
pwd
`
"
>>
$@
-t
@
echo
"set board_info(
\$
$host_board
,top_srcdir)
`
cd
$(top_srcdir)
;
pwd
`
"
>>
$@
-t
...
...
@@ -66,4 +67,4 @@ remote.exp:;
DISTCLEANFILES
=
*
.exp
*
.log
*
.sum
distclean-local
:
-
rm -rf data
\ No newline at end of file
-
rm -rf data
...
...
Please
register
or
sign in
to post a comment