dgquvn / repo

1 stars 1 forks source link

src and test directories #7

Closed jayjaybillings closed 7 years ago

jayjaybillings commented 7 years ago

You should put your source code files in a src directory and create a tests directory where you will put your tests. Note that Git will not commit an empty directory, so you may just need to put a dummy file in there for now.

dgquvn commented 7 years ago

Should I put my main source code and library files all in src directory? I'll have to update my CMakeLists.txt

jayjaybillings commented 7 years ago

Yes.

Jay Jay Billings Team Lead, Scientific Software Development Oak Ridge National Laboratory Twitter Handle: @jayjaybillings


From: dgquvn notifications@github.com Sent: Monday, August 28, 2017 14:04 To: dgquvn/repo repo@noreply.github.com CC: "Billings, Jay Jay" billingsjj@ornl.gov,Author author@noreply.github.com Subject: Re: [dgquvn/repo] src and test directories (#7)

Should I put my main source code and library files all in src directory? I'll have to update my CMakeLists.txt

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/dgquvn/repo/issues/7#issuecomment-325430173, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGFVYaIR0s3A19sGtTjWEKGwY5FTkJjzks5scwE_gaJpZM4O8WN_.

dgquvn commented 7 years ago

done