zenware / FizzBuzz

FizzBuzz in every programming language, inspired by https://github.com/leachim6/hello-world
201 stars 71 forks source link

Automated Testing? #17

Open zenware opened 8 years ago

zenware commented 8 years ago

I think it would be cool if all of the programs could somehow be automatically tested.

zenware commented 8 years ago

I think this is possible with CodeShip

nloveladyallen commented 8 years ago

Here's a terrible script I wrote a while ago: https://gist.github.com/nloveladyallen/6964b893bd3c68b022ebe5ee630713ce

(Obviously using a real testing framework would be better)

zenware commented 7 years ago

So I've been thinking about this and I think it makes sense to provide a build file for each of the source files and move everything into $lang directories... I think I'm going to start making some changes to that effect tonight.

Inspiration comes from make a lisp, which is a much less trivial version of hello-world or FizzBuzz. They actually include images with the required software to build each thing...

Anyways I'm going to make some steps in the direction of being able to run everything easily soon.