/[guile]/guile/guile-core/test-suite/Makefile.am
ViewVC logotype

Diff of /guile/guile-core/test-suite/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.3 by mvo, Thu Aug 9 17:34:24 2001 UTC revision 1.1.2.4 by mvo, Mon Apr 8 00:44:25 2002 UTC
# Line 1  Line 1 
1  SCM_TESTS = tests/alist.test                    \  SCM_TESTS = tests/alist.test                    \
             tests/asmobs                        \  
2              tests/bit-operations.test           \              tests/bit-operations.test           \
             tests/c-api                         \  
3              tests/c-api.test                    \              tests/c-api.test                    \
4              tests/chars.test                    \              tests/chars.test                    \
5              tests/common-list.test              \              tests/common-list.test              \
# Line 39  SCM_TESTS = tests/alist.test                   \ Line 37  SCM_TESTS = tests/alist.test                   \
37              tests/version.test                  \              tests/version.test                  \
38              tests/weaks.test              tests/weaks.test
39    
40    SCM_TESTS_DIRS = tests/asmobs \
41                     tests/c-api
42    
43  EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)  EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)
44    
45    ## Automake should be able to handle the distribution of tests/asmobs
46    ## etc without any help, but not all version can handle 'deep'
47    ## directories.  So we do it on our own.
48    dist-hook:
49            for d in $(SCM_TESTS_DIRS); do \
50              cp -pR $(srcdir)/$$d $(distdir)/$$d; \
51            done
52    
53    

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26