mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
|
#!/bin/bash
|
||
|
# run_tests - run the current tests for tox core
|
||
|
set -e
|
||
|
|
||
|
./messenger_test && ./friends_test
|