mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 21:15:34 +00:00
Other changes: - Renamed Parser to OldParser to make it clear this is going away. - Removed all the useless "unit tests" which did not actually test anything. - Added a new GTest-based test executable that can be run with CMake's CTest. - Added unit tests for the new fileParser class, including test files.
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
// Used to test the value conversion functions for init params.
|
|
[preset00]
|
|
fVideoEchoAlpha=0.500 pounds
|
|
fSomeWeirdStuff=X
|
|
nVideoEchoOrientation=3 // Have a comment.
|
|
nSomeWeirdStuff=X
|
|
bAdditiveWaves=1
|
|
bSomeWeirdStuff=X |