Commit dd5b9ea0 dd5b9ea03094dc1886ee1482afb25403cf3d7e3f by Sergey Poznyakoff

Removed etc, spool and folder test directories

1 parent 41c1f08b
...@@ -2,8 +2,7 @@ AUTOMAKE_OPTIONS = dejagnu ...@@ -2,8 +2,7 @@ AUTOMAKE_OPTIONS = dejagnu
2 DEJATOOL = mail 2 DEJATOOL = mail
3 RUNTESTFLAGS = 3 RUNTESTFLAGS =
4 CLEANFILES = *.log 4 CLEANFILES = *.log
5 EXTRA_DIST = makespool 5 test_dirs = config lib mail
6 test_dirs = etc config lib mail spool folder
7 6
8 dist-hook: 7 dist-hook:
9 here=`cd $(top_builddir)/$(subdir) && pwd`; \ 8 here=`cd $(top_builddir)/$(subdir) && pwd`; \
...@@ -33,6 +32,7 @@ site.exp: Makefile remote.exp ...@@ -33,6 +32,7 @@ site.exp: Makefile remote.exp
33 @echo '# Do not edit here. If you wish to override these values' >> $@-t 32 @echo '# Do not edit here. If you wish to override these values' >> $@-t
34 @echo '# edit the last section' >> $@-t 33 @echo '# edit the last section' >> $@-t
35 @echo 'set tool $(DEJATOOL)' >> $@-t 34 @echo 'set tool $(DEJATOOL)' >> $@-t
35 @echo "set top_srcdir `cd $(top_srcdir); pwd`" >> $@-t
36 @echo "set srcdir `cd $(srcdir); pwd`" >> $@-t 36 @echo "set srcdir `cd $(srcdir); pwd`" >> $@-t
37 @echo 'set objdir' `pwd` >> $@-t 37 @echo 'set objdir' `pwd` >> $@-t
38 @echo 'set host_alias "$(host_alias)"' >> $@-t 38 @echo 'set host_alias "$(host_alias)"' >> $@-t
...@@ -55,6 +55,7 @@ remote.exp:; ...@@ -55,6 +55,7 @@ remote.exp:;
55 @echo "set host_board `hostname`" >> $@-t 55 @echo "set host_board `hostname`" >> $@-t
56 @echo 'set board_info($$host_board,connect) rlogin' >> $@-t 56 @echo 'set board_info($$host_board,connect) rlogin' >> $@-t
57 @echo 'set board_info($$host_board,shell_prompt) "\\$$ "' >> $@-t 57 @echo 'set board_info($$host_board,shell_prompt) "\\$$ "' >> $@-t
58 @echo "set board_info(\$$host_board,top_srcdir) `cd $(top_srcdir); pwd`" >> $@-t
58 @echo "set board_info(\$$host_board,srcdir) `cd $(srcdir); pwd`" >> $@-t 59 @echo "set board_info(\$$host_board,srcdir) `cd $(srcdir); pwd`" >> $@-t
59 @echo "set board_info(\$$host_board,objdir) `pwd`" >> $@-t 60 @echo "set board_info(\$$host_board,objdir) `pwd`" >> $@-t
60 @echo "set board_info(\$$host_board,top_srcdir) `cd $(top_srcdir); pwd`" >> $@-t 61 @echo "set board_info(\$$host_board,top_srcdir) `cd $(top_srcdir); pwd`" >> $@-t
...@@ -66,4 +67,4 @@ remote.exp:; ...@@ -66,4 +67,4 @@ remote.exp:;
66 DISTCLEANFILES=*.exp *.log *.sum 67 DISTCLEANFILES=*.exp *.log *.sum
67 68
68 distclean-local: 69 distclean-local:
69 -rm -rf data
...\ No newline at end of file ...\ No newline at end of file
70 -rm -rf data
......