aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander_tests
diff options
context:
space:
mode:
authorSimon Wilks <sjwilks@gmail.com>2013-08-25 22:54:31 +0200
committerSimon Wilks <sjwilks@gmail.com>2013-08-25 22:54:31 +0200
commite25f2ff44f9579da3e5bef1e6d1baa3822ec40df (patch)
treef89eea2f25ef4a4fd54b53282716413cfc9945b1 /src/modules/commander/commander_tests
parent548f322493fae95c41f3769192fa0c9b28d44d26 (diff)
downloadpx4-firmware-e25f2ff44f9579da3e5bef1e6d1baa3822ec40df.tar.gz
px4-firmware-e25f2ff44f9579da3e5bef1e6d1baa3822ec40df.tar.bz2
px4-firmware-e25f2ff44f9579da3e5bef1e6d1baa3822ec40df.zip
Whitespace and formatting cleanup.
Diffstat (limited to 'src/modules/commander/commander_tests')
-rw-r--r--src/modules/commander/commander_tests/commander_tests.cpp8
-rw-r--r--src/modules/commander/commander_tests/module.mk2
-rw-r--r--src/modules/commander/commander_tests/state_machine_helper_test.cpp1
-rw-r--r--src/modules/commander/commander_tests/state_machine_helper_test.h3
4 files changed, 6 insertions, 8 deletions
diff --git a/src/modules/commander/commander_tests/commander_tests.cpp b/src/modules/commander/commander_tests/commander_tests.cpp
index f1a9674aa..6e72cf0d9 100644
--- a/src/modules/commander/commander_tests/commander_tests.cpp
+++ b/src/modules/commander/commander_tests/commander_tests.cpp
@@ -1,10 +1,7 @@
/****************************************************************************
*
* Copyright (C) 2013 PX4 Development Team. All rights reserved.
- * Author: Petri Tanskanen <petri.tanskanen@inf.ethz.ch>
- * Lorenz Meier <lm@inf.ethz.ch>
- * Thomas Gubler <thomasgubler@student.ethz.ch>
- * Julian Oes <joes@student.ethz.ch>
+ * Author: Simon Wilks <sjwilks@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,7 +34,8 @@
/**
* @file commander_tests.cpp
- * Commander unit tests.
+ * Commander unit tests. Run the tests as follows:
+ * nsh> commander_tests
*
*/
diff --git a/src/modules/commander/commander_tests/module.mk b/src/modules/commander/commander_tests/module.mk
index df9b7ac4b..4d10275d1 100644
--- a/src/modules/commander/commander_tests/module.mk
+++ b/src/modules/commander/commander_tests/module.mk
@@ -1,6 +1,6 @@
############################################################################
#
-# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
+# Copyright (c) 2013 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/src/modules/commander/commander_tests/state_machine_helper_test.cpp b/src/modules/commander/commander_tests/state_machine_helper_test.cpp
index 7101b455a..40bedd9f3 100644
--- a/src/modules/commander/commander_tests/state_machine_helper_test.cpp
+++ b/src/modules/commander/commander_tests/state_machine_helper_test.cpp
@@ -245,4 +245,3 @@ state_machine_helper_test()
StateMachineHelperTest* test = new StateMachineHelperTest();
test->UnitTest::print_results(test->run_tests());
}
-
diff --git a/src/modules/commander/commander_tests/state_machine_helper_test.h b/src/modules/commander/commander_tests/state_machine_helper_test.h
index 339b58d22..10a68e602 100644
--- a/src/modules/commander/commander_tests/state_machine_helper_test.h
+++ b/src/modules/commander/commander_tests/state_machine_helper_test.h
@@ -1,6 +1,7 @@
/****************************************************************************
*
* Copyright (C) 2013 PX4 Development Team. All rights reserved.
+ * Author: Simon Wilks <sjwilks@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -40,4 +41,4 @@
void state_machine_helper_test();
-#endif /* STATE_MACHINE_HELPER_TEST_H_ */ \ No newline at end of file
+#endif /* STATE_MACHINE_HELPER_TEST_H_ */