Skip to content

ucu-cs/cpp_string_autotests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

cpp_string_autotests

How to use this tests:

Copy contents of this repository into your cpp_string lab

cp testing <lab_dir> -r
cp run_tests.sh <lab_dir>

navigate to the lab directory and run tests

cd <lab_dir>
./run_tests.sh

Windows users on WSL particularry may experience errors running testing scripts because of the newline character difference: /usr/bin/env: 'bash\r': No such file or directory.

Such problem is fixed using dos2unix utility which can be installed via package manager. Then:

dos2unix run_tests.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published