1
0
Fork 0
gimp/plug-ins/script-fu/scripts/test/test6/test6.scm
Daniel Baumann 554424e00a
Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 00:14:50 +02:00

12 lines
372 B
Scheme

#!/usr/bin/env gimp-script-fu-interpreter-3.0
; Test a .scm file that does not register any procedure
; Expect in the console:
; "(test6.scm:164): scriptfu-WARNING **: 10:06:07.966: No procedures defined in /work/.home/.config/GIMP/2.99/plug-ins/test6/test6.scm"
(define (script-fu-test6)
(gimp-message "Hello script-fu-test6")
)
; !!! No call to script-fu-register