mirror of
https://github.com/gryf/pygtktalog.git
synced 2026-01-09 07:54:12 +01:00
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
# run unittests
|
|
cd src/test
|
|
python run_tests.py
|