- Timestamp:
- Oct 30, 2007, 3:33:19 AM (17 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 36fa6cb, ef7df76
- Parents:
- 647a2d8 (diff), 6d4ec49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- tests
- Files:
-
- 1 added
- 38 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/python/run_all_tests
r647a2d8 r82c588a 4 4 # so the script is runnable from a compiled source tree. 5 5 import sys, os 6 sys.path.append('..') 7 sys.path.append(os.path.join('..','aubio','.libs')) 6 7 cur_dir = os.path.dirname(sys.argv[0]) 8 sys.path.append(os.path.join(cur_dir,'..','..','python')) 9 sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs')) 8 10 9 11 import unittest
Note: See TracChangeset
for help on using the changeset viewer.