Changeset 0638177349c21821748e4d329f509f7bf266f41d
- Timestamp:
- 29/01/06 18:00:31
(3 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1138554031 +0000
- git-parent:
[4348289aa68aa69466b012d1454a419a35160223]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1138554031 +0000
- Message:
Skeleton for testing libvlc
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r96fe8ff |
r0638177 |
|
| 3 | 3 | # FIXME - Get real .so |
|---|
| 4 | 4 | cd .. |
|---|
| 5 | | export PYTHONPATH=$PYTHONPATH:bindings/python/build/lib.linux-i686-2.3 |
|---|
| | 5 | export PYTHONPATH=$PYTHONPATH:bindings/python/build/lib.linux-i686-2.3:test/build/lib.linux-i686-2.3 |
|---|
| 6 | 6 | |
|---|
| 7 | 7 | python test/test.py -v |
|---|