|
4 years ago | |
---|---|---|
.. | ||
Application.cpp | 4 years ago | |
Circle.cpp | 4 years ago | |
Color.cpp | 4 years ago | |
Line.cpp | 4 years ago | |
Makefile | 4 years ago | |
Point.cpp | 4 years ago | |
README.txt | 4 years ago | |
Rectangle.cpp | 4 years ago | |
Triangle.cpp | 4 years ago | |
Window.cpp | 4 years ago | |
tests.hpp | 4 years ago |
This directory contains several tests for DPF related things, from graphics to plugin stuff to utilities.
Each *.cpp file is meant to be its own test.
In order to test DPF components individually, these tests do not link against DGL directly,
but will directly import the needed source code.
All files must be self-contained, in order to prevent surprises in regards global state and initialization stuff.