Add to and improve upon the DIAL server unit tests.

This commit is contained in:
Wesley Miaw
2019-10-07 14:39:00 -07:00
parent 96786e4545
commit 45477e443e
13 changed files with 477 additions and 176 deletions

View File

@@ -25,7 +25,6 @@
#ifndef SRC_SERVER_TESTS_TEST_DIAL_DATA_H_
#define SRC_SERVER_TESTS_TEST_DIAL_DATA_H_
void test_read_dial_data();
void test_write_dial_data();
void test_dial_data_suite();
#endif /* SRC_SERVER_TESTS_TEST_DIAL_DATA_H_ */