File: README.md

package info (click to toggle)
python-glad 2.0.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,360 kB
  • sloc: xml: 76,627; ansic: 5,843; python: 2,413; sh: 423; cpp: 248; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Test
====

This directory contains integration tests ran by the [`/utility/test.sh`](../utility/test.sh) script.
These tests are mainly for testing the generators.

Python unit tests can be found in the [`/tests`](../tests) directory.


## Execution

There are a few requirements for actually running the test suite:

 * Linux
 * Python environment
 * GCC
 * glfw
 * mingw
 * wine

Depending on future generators being added there may be more.