Closed emilkovacev closed 1 year ago
Added a stdlib directory with the following C functions:
stdlib
Added tests/ directory with a variety of tests for each function, and a Makefile with make, make clean, and make test commands.
tests/
make
make clean
make test
Added README.md for documenting how to use stdlib, write additional stdlib functions, and write additional tests
Issue #11
A testing directory was added in /tests. To reproduce, see the README, or simply use the Makefile command $ make test.
/tests
$ make test
I began migrating the tests from my implementation to @Sploder12's approach, so far it works well for stdlib! I'm not quite ready for another review, but soon...
Description
Added a
stdlib
directory with the following C functions:Added
tests/
directory with a variety of tests for each function, and a Makefile withmake
,make clean
, andmake test
commands.Added README.md for documenting how to use stdlib, write additional stdlib functions, and write additional tests
Issue #11
Type of change
Testing
A testing directory was added in
/tests
. To reproduce, see the README, or simply use the Makefile command$ make test
.Checklist: