int main(int argc, char* argv[]) { // ======================================================================= // NOTE: UNCOMMENT THESE FUNCTIONS AS YOU WORK THROUGH YOUR IMPLEMENTATION // ======================================================================= test_example(); //test_score_multirow(); //test_add_remove_columns(); //test_all_pieces_all_rotations(); //additional_student_tests(); }
int main (int argc, char *argv []) { test_example (argc); }
void test_example_false(void **) { test_example(false); }
void test_example_true(void **) { test_example(true); }