aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests
diff options
context:
space:
mode:
authorMartin Baƙinka <marun1@email.cz>2021-04-29 08:40:06 +0200
committerGitHub <noreply@github.com>2021-04-29 09:40:06 +0300
commit35eb7753d29a9ad14b145a09c057a88131d6ede0 (patch)
treeebe2b69d32e12126c8a1e49c5e1d0012044c2bfa /tests/run_tests
parent951f522b13b1ea0068345369a98d18d862b29582 (diff)
downloadlibfixmath-35eb7753d29a9ad14b145a09c057a88131d6ede0.tar.gz
New unittests (#28)
Refactor unittests
Diffstat (limited to 'tests/run_tests')
-rwxr-xr-xtests/run_tests2
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