forked from OpenLightingProject/ola
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontrol
More file actions
18 lines (13 loc) · 756 Bytes
/
control
File metadata and controls
18 lines (13 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Test-Command: olad --help
Depends: ola
Test-Command: ola_rdm_get --list-pids
Depends: ola
Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do echo "Testing with $py:" ; $py $(which rdm_responder_test.py) --help ; done
Depends: python3-all, ola-rdm-tests
Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "from ola.ClientWrapper import ClientWrapper; print(ClientWrapper)" ; done
Depends: python3-all, ola, ola-python
Test-Command: pkg-config --cflags --libs libola
Depends: libola-dev, pkg-config
Test-Command: set -e; g++ -o linktest debian/tests/hw.cc $(pkg-config --cflags --libs libola); ./linktest
Depends: libola-dev, g++, pkg-config
Restrictions: rw-build-tree