Skip to content

Commit

Permalink
Include test module
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 26, 2024
1 parent 8ffd860 commit de61735
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fury
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repo propensive/ambience
repo propensive/eucalyptus
repo propensive/wisteria

target probably/bench
target probably/test

project probably
module core
Expand All @@ -32,3 +32,8 @@ project probably
sources src/coverage
include gossamer/core dendrology/core digression/core

module test
compiler scala
sources src/test
include probably/cli probably/core probably/bench probably/coverage
main probably.Tests
23 changes: 23 additions & 0 deletions src/test/tests.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
Probably, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.
*/

package probably

import gossamer.*

object Tests extends Suite(t"Probably Tests"):
def run(): Unit =
()

0 comments on commit de61735

Please sign in to comment.