[DRE-commits] [SCM] ruby-ncurses.git branch, master, updated. upstream/1.2.4-4-ga9814ea

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Apr 16 06:45:57 UTC 2011


The following commit has been merged in the master branch:
commit ee880ceeb1754192cc2c7c3b1a79bdac855f67ea
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sat Apr 16 08:36:45 2011 +0200

    add basic test

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..77c1822
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,8 @@
+$: << 'lib' << '.'
+
+require 'ncurses'
+Ncurses.initscr
+Ncurses.echo
+Ncurses.nocbreak
+Ncurses.nl
+Ncurses.endwin

-- 
ruby-ncurses.git



More information about the Pkg-ruby-extras-commits mailing list