Skip to content

Commit

Permalink
Added testing framework
Browse files Browse the repository at this point in the history
- new "test" target in Makefile
- "tests" folder contains test scripts (*.t) and test data
- run-tests.sh is master runner, which runs each *.t test
- included 2 tests
  • Loading branch information
Torsten Seemann committed May 23, 2012
1 parent ea3decf commit 125b4f5
Show file tree
Hide file tree
Showing 13 changed files with 269,679 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ doc: Manual.pdf

Manual.pdf: doc/manual_src/Manual.tex doc/manual_src/Columbus_manual.tex
cd doc/manual_src; pdflatex Manual.tex; pdflatex Manual.tex; mv Manual.pdf ../..; pdflatex Columbus_manual.tex; mv Columbus_manual.pdf ../..

test: velvetg velveth
cd tests && ./run-tests.sh

Loading

0 comments on commit 125b4f5

Please sign in to comment.