forked from apmckinlay/gsuneido
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfull_test.go
37 lines (33 loc) · 842 Bytes
/
full_test.go
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
30
31
32
33
34
35
36
37
// Governed by the MIT license found in the LICENSE file.
package main
// import (
// "testing"
// . "github.com/apmckinlay/gsuneido/core"
// "github.com/apmckinlay/gsuneido/options"
// )
// func TestFull(t *testing.T) {
// options.BuiltDate = builtDate
// Libload = libload // dependency injection
// mainThread.Name = "main"
// mainThread.OpCount = 1009
// mainThread.SetSviews(&sviews)
// MainThread = &mainThread
// openDbms()
// defer db.CloseKeepMapped()
// run("Init.Repl()")
// run(`Use("axonlib")
// Use("Accountinglib")
// Use("etalib")
// Use("pcmiler")
// Use("ticketlib")
// Use("prlib")
// Use("prcadlib")
// Use("etaprlib")
// Use("invenlib")
// Use("wolib")
// Use("polib")
// Use("configlib")
// Use("demobookoptions")
// Use("Test_lib")
// TestRunner.Run(libs: #(etalib))`)
// }