terra-sync / cnc

Seamless Database Replication tool
GNU General Public License v3.0
4 stars 2 forks source link

tests: introduce tests #30

Closed charmitro closed 5 months ago

charmitro commented 5 months ago

Moved CNC's main function logic to seperate function in cnc.h/cnc.c to allow us to use it in tests.

We're using CUnit for our testing suite.

Closes #21