File: README.source

package info (click to toggle)
onscripter 20220816-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,408 kB
  • sloc: cpp: 32,308; xml: 114; sh: 100; makefile: 91; python: 10
file content (17 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
onscripter for Debian
----------------------------

# Run tests inside X for debug

Normally test cases should be run by "autopkgtest . -- null".

But if you have some problems with the tests, we can run those tests
directly under X environment and see the results.

Please invoke by the following commands:

 * DEBUG1=1 ./debian/tests/hello01
 * DEBUG1=1 ./debian/tests/hello02
 * DEBUG1=1 ./debian/tests/hello03

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sat, 22 Dec 2018 00:22:09 +0800