opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

Unit tests #99

Closed gradyoti closed 10 years ago

gradyoti commented 10 years ago

First draft of overhaul for list.c tests Minor changes to tree.c tests

To test: Run the tests. Duh.

areynold commented 10 years ago

@jheretic Builds correctly and all tests pass. Leaving final review to you.

gradyoti commented 10 years ago

Awesome.

I actually have a lot more commits ready to be pushed, so I'm going to hold off and merge them all at once, probably next week.

jheretic commented 10 years ago

I think we should fix the compile warnings in the tests before merging them. Also, until we figure out a good way to build the plugins but exclude them from the install target, demo should not be included in the plugins list in plugins/CMakeLists.txt.

gradyoti commented 10 years ago

Done.