/[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.5 by ossau, Tue Jan 22 23:46:01 2002 UTC revision 1.6 by mvo, Wed Apr 17 17:45:05 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 40  SCM_TESTS = tests/alist.test                   \ Line 38  SCM_TESTS = tests/alist.test                   \
38              tests/version.test                  \              tests/version.test                  \
39              tests/weaks.test              tests/weaks.test
40    
41    SCM_TESTS_DIRS = tests/asmobs \
42                     tests/c-api
43    
44  EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)  EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)
45    
46    ## Automake should be able to handle the distribution of tests/asmobs
47    ## etc without any help, but not all version can handle 'deep'
48    ## directories.  So we do it on our own.
49    dist-hook:
50            for d in $(SCM_TESTS_DIRS); do \
51              cp -pR $(srcdir)/$$d $(distdir)/$$d; \
52            done

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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