oke.
This commit is contained in:
@@ -5,17 +5,14 @@
|
||||
(define license 'MIT)
|
||||
(define pkg-desc "A small syntax-driven Racket-to-JavaScript maker macro.")
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
|
||||
(define deps '("base"))
|
||||
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
|
||||
(define tags '("javascript" "macro" "racket"))
|
||||
(define build-deps '("scribble-lib" "racket-doc"))
|
||||
|
||||
(define scribblings
|
||||
'(("scrbl/js-maker.scrbl" () (library))
|
||||
("scrbl/usecases.scrbl" () (library))))
|
||||
|
||||
;; Keep the test entry point explicit. The supporting regression modules are
|
||||
;; required by this runner and compile during package setup.
|
||||
;; The public package test entry point. Support modules and demos are still
|
||||
;; compiled by raco setup, but tests are launched through this maintained suite.
|
||||
(define test-include-paths '("testing/jsmaker-regressions.rkt"))
|
||||
(define test-omit-paths
|
||||
'("testing/jsmaker-executors.rkt"
|
||||
"testing/jsmaker-test-framework.rkt"))
|
||||
|
||||
Reference in New Issue
Block a user