Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trivial test suite #29

Open
baziotis opened this issue Dec 11, 2019 · 0 comments
Open

Trivial test suite #29

baziotis opened this issue Dec 11, 2019 · 0 comments
Labels
discussion Discussion thread good first issue Good for newcomers not-compiler-specific Does not require any compiler-specific knowledge

Comments

@baziotis
Copy link
Collaborator

It's pretty obvious that we need a test suite. I was thinking a very trivial test suite, where basically we just have a /tests folder with .cpp files. Every file in this folder should have a first line denoting how it should be compiled. Then, we run a script that for every file, reads its first line, compiles it and runs it. If we have an assert, then the test failed.

@baziotis baziotis added good first issue Good for newcomers not-compiler-specific Does not require any compiler-specific knowledge discussion Discussion thread labels Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discussion thread good first issue Good for newcomers not-compiler-specific Does not require any compiler-specific knowledge
Projects
None yet
Development

No branches or pull requests

1 participant