You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
fdai7057 a18a4fed92 refactoring: The function test_toUnsignedInteger() is modified. The test now contains more test cases than before. Variables names are modified to increase readability. Assertions written under each other have been replaced with loops that verify them. 2 years ago
src Implementation of function everyCharacterIsDigit(). 2 years ago
test refactoring: The function test_toUnsignedInteger() is modified. The test now contains more test cases than before. Variables names are modified to increase readability. Assertions written under each other have been replaced with loops that verify them. 2 years ago
.gitignore initial commit 2 years ago
build-script.sh Implementation of unit tests for power() and add line to build-script in order to call ceedling from there. 2 years ago
project.yml fix errors that occured while using ceedling to run tests of different files with one call to test:all. 2 years ago
test_mainMenu.c fix errors that occured while using ceedling to run tests of different files with one call to test:all. 2 years ago