StevensDeptECE / GrailGUI

GrailGUI is a prototype of a replacement for web programming (HTTP, HTML, CSS, JavaScript) and GUI programming. It includes a client graphical API, a browser implemented in C++ and OpenGL, a protocol to transmit metadata and data in binary, a language (XDL) to describe the binary data, and local storage to retain data on the client should that be necessary. Encrypted communications (equivalent of TLS) have not yet been implemented.
GNU General Public License v3.0
7 stars 14 forks source link

Create unit tests for Stats.hh #47

Closed dkrautha closed 3 years ago

dkrautha commented 3 years ago

There's a number of different ways we could go about doing this with different libraries, or just using the good old assert macro. Once we've ensured the library works as intended, we can move it out of xp and into some other folder.

dkrautha commented 3 years ago

A bunch of tests have been implemented here: https://gitlab.com/Silent__Ninja346/stats, where the stats library is now being kept under the unlicense.