zeratax / yacx

Yet Another CudaExecutor - wrapper to easily compile and execute cuda kernels
https://zeratax.github.io/yacx
MIT License
8 stars 4 forks source link

Program tests #115

Closed felixling94 closed 4 years ago

felixling94 commented 4 years ago

Der Quellcode wird erstellt, um die Quellcodes von Programm zu testen, ob es erfolgreich ist, ein Programm zu erstellen, zu konfigurieren und dann zu starten.

zeratax commented 4 years ago

test/test_source.cpp should probably not be in this PR, but #113

All your tests only really indirectly test functionality by testing Kernel execution, which might be okay, but not ideal.

You should definitely try to create a program from syntactically incorrect code and see what happens.