mdfeist / TypeV

Apache License 2.0
0 stars 0 forks source link

Setup build script #16

Open mdfeist opened 8 years ago

mdfeist commented 8 years ago

We should create a build script to setup the following:

eddieantonio commented 8 years ago

Unpacks https://github.com/mdfeist/TypeV/blob/master/Makefile#L3

eddieantonio commented 8 years ago

Done, but we still need to work on #13.

mdfeist commented 8 years ago
eddieantonio commented 8 years ago

@mdfeist So I did the untarring magic in the Makefile, but tarring the tests directory requires one to explicitly do the following:

make update-archive

Plus, although I added make test, I'm not sure if there's an automatic way to ensure the output is correct. Is there some automatic output, or should we consider the current output correct and use it as a regression test?

mdfeist commented 8 years ago

Ya, I'm not sure what to do for the tests. Really each repo tests something specific so we could just do a quick parse of the output and check if it contains what we expected. Example:

AddDeclaration should have an #DECLARE | INSERT in the second commit.