aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-01-02 22:47:10 -0500
committerDaniel Agar <daniel@agar.ca>2015-01-02 23:58:52 -0500
commitcd381161164eb4f3bd30764f1b62a1e39b8db39f (patch)
tree1d44179c0a0813ba18fb029fa217bbed0eb5d955 /unittests
parentc520119129c8815c3d79299917154bcec7a58707 (diff)
downloadpx4-firmware-cd381161164eb4f3bd30764f1b62a1e39b8db39f.tar.gz
px4-firmware-cd381161164eb4f3bd30764f1b62a1e39b8db39f.tar.bz2
px4-firmware-cd381161164eb4f3bd30764f1b62a1e39b8db39f.zip
add cmake to travis
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index e9453cedd..5faa50bb5 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -80,7 +80,7 @@ st24_test: $(ST24_FILES)
cmake_gtests:
mkdir -p build
- cd build && cmake .. && $(MAKE) && $(MAKE) test
+ cd build && CC=gcc cmake .. && $(MAKE) && $(MAKE) test
unittests: clean mixer_test sbus2_test sf0x_test st24_test cmake_gtests
./mixer_test