aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorAnton Matosov <anton.matosov@gmail.com>2015-01-05 21:59:56 +0200
committerAnton Matosov <anton.matosov@gmail.com>2015-01-05 21:59:56 +0200
commit18bf501992afa8b561822615104c3868091429b9 (patch)
tree754fcc9923c92c0c39c94032ee3a32ee91538e3a /unittests
parent3bf5dd416e58631285373a0d88a6e85406726043 (diff)
downloadpx4-firmware-18bf501992afa8b561822615104c3868091429b9.tar.gz
px4-firmware-18bf501992afa8b561822615104c3868091429b9.tar.bz2
px4-firmware-18bf501992afa8b561822615104c3868091429b9.zip
Added output of the generated multi_tables to the terminal as well as to the file
Changed compiler C++0x enabling flag to check if it is a cuase Updated copyrights
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 719db2ca2..cb08aa8fc 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -1,7 +1,7 @@
CC=g++
CFLAGS=-I. -I../src/modules -I ../src/include -I../src/drivers \
- -I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=gnu++0x
+ -I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++0x
# Points to the root of Google Test, relative to where this file is.
# Remember to tweak this if you move this file.