Initial commit
This commit is contained in:
commit
15c381aaae
19 changed files with 828 additions and 0 deletions
16
test_sum_of_digits.h
Normal file
16
test_sum_of_digits.h
Normal file
|
|
@ -0,0 +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
|
||||
Loading…
Add table
Add a link
Reference in a new issue