diff options
| author | Martin BaĆinka <marun1@email.cz> | 2021-04-29 08:40:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 09:40:06 +0300 |
| commit | 35eb7753d29a9ad14b145a09c057a88131d6ede0 (patch) | |
| tree | ebe2b69d32e12126c8a1e49c5e1d0012044c2bfa /tests/run_tests | |
| parent | 951f522b13b1ea0068345369a98d18d862b29582 (diff) | |
| download | libfixmath-35eb7753d29a9ad14b145a09c057a88131d6ede0.tar.gz | |
New unittests (#28)
Refactor unittests
Diffstat (limited to 'tests/run_tests')
| -rwxr-xr-x | tests/run_tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run_tests b/tests/run_tests new file mode 100755 index 0000000..bca1d68 --- /dev/null +++ b/tests/run_tests @@ -0,0 +1,2 @@ +#!/bin/env bash +for i in $(ls -1 tests_*); do ./$i; done |
