cc-4105: added misc. testing scripts
This commit is contained in:
parent
f7b48a4dbb
commit
c8df791d13
3 changed files with 55 additions and 0 deletions
7
python_apps/media-monitor2/tests/run_tests.pl
Executable file
7
python_apps/media-monitor2/tests/run_tests.pl
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
foreach my $file (glob "*.py") {
|
||||
system("python $file") unless $file =~ /prepare_tests.py/;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue