Exemple #1
0
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();
    
}
Exemple #2
0
int main (int argc, char *argv [])
{
    test_example (argc);
}
Exemple #3
0
void test_example_false(void **) { test_example(false); }
Exemple #4
0
void test_example_true(void **) { test_example(true); }