arithmetic test

This commit is contained in:
Vasily Levchenko
2016-10-11 10:24:51 +03:00
parent b038dbc724
commit 3a738b2ad3
3 changed files with 24 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
TESTS := sum \
sum_foo_bar
sum_foo_bar \
arithmetic
BIN_TESTS=$(foreach t, ${TESTS},${t}_test)