LibFalcon

Programming, for all ages and all languages.
Post Reply
snasim2002
Member
Member
Posts: 37
Joined: Sat Apr 11, 2015 9:37 am

LibFalcon

Post by snasim2002 »

Can somebody please help me for testing LibFalcon?? LibFalcon is a dead simple C library to be linked with kernels.. It provides nearly all string and memory functions, and some port I/O functions. I just want testers to give their feedback on the implementations, what can be added, and how could it be optimized.
Thanks in advance.
alexfru
Member
Member
Posts: 1111
Joined: Tue Mar 04, 2014 5:27 am

Re: LibFalcon

Post by alexfru »

Writing tests for a change may be a good and sometimes eye opening experience.
snasim2002
Member
Member
Posts: 37
Joined: Sat Apr 11, 2015 9:37 am

Re: LibFalcon

Post by snasim2002 »

But how can i write compile-time tests for functions like inportb, outportw etc. ??
alexfru
Member
Member
Posts: 1111
Joined: Tue Mar 04, 2014 5:27 am

Re: LibFalcon

Post by alexfru »

How do you think/expect others would test those?
snasim2002
Member
Member
Posts: 37
Joined: Sat Apr 11, 2015 9:37 am

Re: LibFalcon

Post by snasim2002 »

I expect testers to use the functions in their own kernel. :D :D
Post Reply