aboutsummaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 0c50b3814..e1d2acacc 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -66,7 +66,7 @@ st24_test: $(ST24_FILES)
cmake_gtests:
mkdir -p build
- cd build && CC=gcc cmake .. && $(MAKE) && $(MAKE) test
+ cd build && CC=gcc cmake .. && $(MAKE) check
unittests: clean sbus2_test sf0x_test st24_test cmake_gtests
./sbus2_test