askhad-apishev / corewar

0 stars 0 forks source link

Include test module into project #2

Open askhad-apishev opened 5 years ago

askhad-apishev commented 5 years ago

all tests (test directory, test files such as maps or other, test instruction in Makefile) are now indicated in .gitignore file. test are important during coding. but tests should not be in production code in intra. so, if test are in .gitignore - all test changes will not be updated remotely.

srgbl commented 5 years ago

Test folder doesn't specified in gitignore file anymore. So we'll need to remove it from git manually before final git pushing.