issues
search
ct-clmsn
/
chplx
A Chapel backend
Apache License 2.0
4
stars
2
forks
source link
Adding more tests to build system
#36
Closed
hkaiser
closed
1 year ago
hkaiser
commented
1 year ago
flyby: making tests pass again
Adding generated CMakeLists.txt to test verification
Building generated projects as part of testing
use
auto
instead of
std::function<>
for function definitions
change
main(int, char**)
to
main(int, char*[])
because of a known issue in recent versions of HPX
ct-clmsn
commented
1 year ago
Thanks!
auto
instead ofstd::function<>
for function definitionsmain(int, char**)
tomain(int, char*[])
because of a known issue in recent versions of HPX