mirror of
https://github.com/gryf/pygtktalog.git
synced 2026-04-25 07:51:23 +02:00
56c77ae9a4
removed some cruft
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
|