add initial configuration and update author information in header files

This commit is contained in:
MarcUs7i 2025-01-10 22:59:38 +01:00
parent 5beea32eee
commit 0178845516
20 changed files with 850 additions and 823 deletions

View file

@ -1,16 +1,16 @@
/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Title: Unit tests for 'Count Char'
* Author: S. Schraml
* ----------------------------------------------------------
*/
#ifndef ___TEST_COUNT_CHAR_H
#define ___TEST_COUNT_CHAR_H
#include "shortcut.h"
TEST(test_count_char_rec);
TEST(test_count_char_itr);
#endif
/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Title: Unit tests for 'Count Char'
* Author: S. Schraml
* ----------------------------------------------------------
*/
#ifndef ___TEST_COUNT_CHAR_H
#define ___TEST_COUNT_CHAR_H
#include "shortcut.h"
TEST(test_count_char_rec);
TEST(test_count_char_itr);
#endif