File: test.scm

package info (click to toggle)
gauche-gtk 0.6%2Bgit20160927-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,452 kB
  • sloc: ansic: 7,097; lisp: 5,659; sh: 2,829; makefile: 338
file content (7 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
(use gauche.test)
(test-start "GtkGLExt")
(use gtk)
(use gtk.gtkgl)

(test-end)