Ruby example checks added.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@854 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5df7c82b59
commit
fec0d06fa7
1 changed files with 6 additions and 0 deletions
|
|
@ -134,8 +134,13 @@ check-examples:
|
|||
$(skip-guile) || (cd Examples/guile/matrix ; $(chk))
|
||||
$(skip-guile) || (cd Examples/guile/simple ; $(chk))
|
||||
$(skip-mzscheme) || (cd Examples/mzscheme/simple ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/ruby/class ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/ruby/constants ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/ruby/pointer ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/ruby/reference ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/ruby/simple ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/ruby/value ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/ruby/variables ; $(chk))
|
||||
|
||||
Examples/GIFPlot/libgifplot.a:
|
||||
cd Examples/GIFPlot/Lib ; $(MAKE)
|
||||
|
|
@ -153,6 +158,7 @@ check-gifplot-example: Examples/GIFPlot/libgifplot.a
|
|||
$(skip-guile) || (cd Examples/GIFPlot/Guile/simple ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/GIFPlot/Ruby/full ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/GIFPlot/Ruby/simple ; $(chk))
|
||||
$(skip-ruby) || (cd Examples/GIFPlot/Ruby/shadow ; $(chk))
|
||||
|
||||
check-c++-examples:
|
||||
$(skip-python) || (cd Examples/C++/Python ; $(chk))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue