Uncommented previously commented tests

This commit is contained in:
arunmu 2016-03-18 17:07:52 +05:30
parent aab30d19bf
commit cccc08e7c5

View File

@ -28,8 +28,8 @@ void test_easy_piping()
}
int main() {
//test_input();
//test_piping();
test_input();
test_piping();
test_easy_piping();
return 0;
}