-
Notifications
You must be signed in to change notification settings - Fork 0
/
fury
29 lines (24 loc) · 781 Bytes
/
fury
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is a buildfile for Fury or Wrath.
# More information is available at: https://github.com/propensive/wrath/
repo propensive/contextual
repo propensive/larceny
repo propensive/spectacular
repo propensive/kaleidoscope
repo propensive/hypotenuse
target gossamer/core
project gossamer
module core
compiler scala
sources src/core
include hieroglyph/core contextual/core spectacular/core kaleidoscope/core hypotenuse/core
module test
compiler scala
sources src/test
#coverage gossamer/core
include probably/cli gossamer/core larceny/plugin
main gossamer.Tests
module bench
compiler scala
sources src/bench
include probably/cli gossamer/core larceny/plugin probably/bench
main gossamer.Benchmarks