DaGrisa / AphroCite

C Standard Library Wrapper and Unit Test Tool
MIT License
0 stars 0 forks source link

Begin on implementing a robust UnitTesting system #13

Closed Norskan closed 7 years ago

Norskan commented 7 years ago

Incorperates Issues: #5 #16 #15 #14

Norskan commented 7 years ago

First version of the Unittesting system is now implemented. There is only cleanup to do for the old style of tests.

@DaGrisa could you have a first look at it an give me a feedback if you have some additional addias for the system.

DaGrisa commented 7 years ago

Now that there is more and more functionality, i think we need to keep the Readme.md file up-to-date. Could be handled in a separate issue.

Edit: created new issue

DaGrisa commented 7 years ago

add .bat and .vscode to .gitignore

Edit: created new issue

Norskan commented 7 years ago

@DaGrisa can you test if the branch compiles und llvm ? i set some flags for the compiler and im not sure if they also work with llvm although normaly llvm is prete close to the gcc flags.

If not we need to override the cmake option once for gcc and once for llvm. I read an article about that and will link it if i find it

Norskan commented 7 years ago

@DaGrisa So im now more or less happy with the system. I simplified it a bit and reduced the number of function calls that are needed.

Could you have another look at it? If everything is alright i will write the "Documentation" and the branch can be merged.

DaGrisa commented 7 years ago

everything ok, nice work!