Changes in / [8fa3b660:2c24971]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r8fa3b660 r2c24971 101 101 dist-hook: 102 102 echo "Gathering test files" 103 for test_file in `$(TEST_PY) --list-dist`; do \104 if test -f $(srcdir)/$$( test_file); then \105 $(MKDIR_P) $$(dirname $(distdir)/$$( test_file)); \106 cp -df $(srcdir)/$$( test_file) $(distdir)/$$(test_file); \103 for file in `$(TEST_PY) --list-dist`; do \ 104 if test -f $(srcdir)/$$(file); then \ 105 $(MKDIR_P) $$(dirname $(distdir)/$$(file)); \ 106 cp -df $(srcdir)/$$(file) $(distdir)/$$(file); \ 107 107 fi; \ 108 108 done
Note:
See TracChangeset
for help on using the changeset viewer.