aboutsummaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-01-05 18:34:13 -0500
committerDaniel Agar <daniel@agar.ca>2015-01-05 18:34:36 -0500
commit6287231fecded6b3329e28994d133c0246817864 (patch)
treea98956a12556d0594135dc0667b056e2fcb8feee /unittests/Makefile
parent3efb1be48e7f5b3608a4bfef87a09748b3458c54 (diff)
downloadpx4-firmware-6287231fecded6b3329e28994d133c0246817864.tar.gz
px4-firmware-6287231fecded6b3329e28994d133c0246817864.tar.bz2
px4-firmware-6287231fecded6b3329e28994d133c0246817864.zip
cmake test harness output everything on failure
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