File: no-test

package info (click to toggle)
octave-arduino 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,548 kB
  • sloc: cpp: 2,320; xml: 22; makefile: 11; sh: 1
file content (8 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

### The unit tests contained in the octave-arduino package needs an
### Arduino board connected to the system, in order to be run.  This is
### not appropriate for the CI/autopkgtest Debian infrastructure, hence
### this empty test script.

exit 0