int main() { BasicTests(); StudentTests(); ExtraCreditTests(); }
void Perform() try { BasicTests(); AlignmentTest(); std::cout << "unit tests for shared_ptr_nc succeeded " << std::endl; } catch(...) { std::cout << "unit tests for shared_ptr_nc failed " << std::endl; }
int main() { BasicTests(); std::cout << "here3" <<std::endl; //MoreTests(); }