| Revision 444,
1.0 KB
checked in by thomas, 2 years ago
(diff) |
- morituri/test/Makefile.am:
Package error progress output. Fixes distcheck on slaves.
|
| Line | |
|---|
| 1 | CLEANFILES = *.py{c,o} |
|---|
| 2 | |
|---|
| 3 | EXTRA_DIST = \ |
|---|
| 4 | __init__.py \ |
|---|
| 5 | common.py \ |
|---|
| 6 | test_common_accurip.py \ |
|---|
| 7 | test_common_checksum.py \ |
|---|
| 8 | test_common_program.py \ |
|---|
| 9 | test_common_renamer.py \ |
|---|
| 10 | test_image_cue.py \ |
|---|
| 11 | test_image_image.py \ |
|---|
| 12 | test_image_table.py \ |
|---|
| 13 | test_image_toc.py \ |
|---|
| 14 | test_program_cdparanoia.py \ |
|---|
| 15 | test_program_cdrdao.py \ |
|---|
| 16 | bloc.cue \ |
|---|
| 17 | bloc.toc \ |
|---|
| 18 | breeders.cue \ |
|---|
| 19 | breeders.toc \ |
|---|
| 20 | capital.fast.toc \ |
|---|
| 21 | capital.1.toc \ |
|---|
| 22 | capital.2.toc \ |
|---|
| 23 | cure.cue \ |
|---|
| 24 | cure.toc \ |
|---|
| 25 | jose.toc \ |
|---|
| 26 | dBAR-011-0010e284-009228a3-9809ff0b.bin \ |
|---|
| 27 | dBAR-020-002e5023-029d8e49-040eaa14.bin \ |
|---|
| 28 | kanye.cue \ |
|---|
| 29 | kings-separate.cue \ |
|---|
| 30 | kings-single.cue \ |
|---|
| 31 | ladyhawke.toc \ |
|---|
| 32 | track-separate.cue \ |
|---|
| 33 | track-single.cue \ |
|---|
| 34 | cdparanoia.progress \ |
|---|
| 35 | cdparanoia.progress.error \ |
|---|
| 36 | cdrdao.readtoc.progress \ |
|---|
| 37 | silentalarm.result.pickle \ |
|---|
| 38 | track.flac |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | # re-generation of test files when needed |
|---|
| 42 | regenerate: track.flac |
|---|
| 43 | |
|---|
| 44 | %.regenerate: |
|---|
| 45 | rm $* |
|---|
| 46 | make $* |
|---|
| 47 | |
|---|
| 48 | track.flac: |
|---|
| 49 | gst-launch audiotestsrc num-buffers=10 samplesperbuffer=588 ! audioconvert ! audio/x-raw-int,channels=2,width=16,height=16,rate=44100 ! flacenc ! filesink location=track.flac |
|---|
Note: See
TracBrowser
for help on using the repository browser.