Adding run tests docker.

This commit is contained in:
Sergiotarxz 2023-07-13 10:31:47 +02:00
parent 09fc8f6e5a
commit 9267f1d950
1 changed files with 3 additions and 0 deletions

3
run_unit_tests.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo docker exec LasTresDocker bash -c 'source ~/.profile && cd && cd LasTres && prove -Ilib t -v'