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 (13 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
(add-load-path "../gtkgl")

(use gtk)

(use gauche.test)
(test-start "GtkGLGD")

(use gtk.glgd)
(test-module 'gtk.glgd)


(test-end)