StanfordAHA / CGRAFlow

Integration test for entire CGRA flow
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Convert travis script to makefile #16

Closed jameshegarty closed 7 years ago

jameshegarty commented 7 years ago

I converted the travis script into a makefile, so that we can now build multiple examples.

Once this is merged, let's start trying to push Jeff's new example through the flow as far as we can...

steveri commented 7 years ago

Hm. I checked out your branch and said "make -n" and got this result:

% git checkout makefile % make -n make: *** No rule to make target build/pointwise.correct.txt', needed byall'. Stop.

...seems like that should either a) just work or b) say something a little more helpful...?

jameshegarty commented 7 years ago

We could add the install stuff to the makefile at some point (prob a good idea), but I suggest we do that later as a separate pull request. This will let us do the things we have to do this quarter.