add initial configuration and update author information in header files
This commit is contained in:
parent
5beea32eee
commit
0178845516
20 changed files with 850 additions and 823 deletions
|
|
@ -1,16 +1,16 @@
|
|||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding
|
||||
* ---------------------------------------------------------
|
||||
* Title: Unit tests for 'Sum of Digits'
|
||||
* Author: S. Schraml
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
#ifndef ___TEST_SUM_OF_DIGITS_H
|
||||
#define ___TEST_SUM_OF_DIGITS_H
|
||||
|
||||
#include "shortcut.h"
|
||||
|
||||
TEST(test_sum_of_digits_rec);
|
||||
TEST(test_sum_of_digits_itr);
|
||||
|
||||
#endif
|
||||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding
|
||||
* ---------------------------------------------------------
|
||||
* Title: Unit tests for 'Sum of Digits'
|
||||
* Author: S. Schraml
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
#ifndef ___TEST_SUM_OF_DIGITS_H
|
||||
#define ___TEST_SUM_OF_DIGITS_H
|
||||
|
||||
#include "shortcut.h"
|
||||
|
||||
TEST(test_sum_of_digits_rec);
|
||||
TEST(test_sum_of_digits_itr);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue