-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using externally stored data within tests #21
Comments
Maybe try
|
Doesn't work, in fact it does nothing at all - at least when I tried it. https://ftp.imp.fu-berlin.de/pub/seiler/raptor/example_data.tar.gz is the data and I specify INSTALL_COMMAND
tar -C ${CMAKE_CURRENT_BINARY_DIR}/data/ -zxf <DOWNLOADED_FILE> (which is a lot less than I did in the beginning where I also moved the files around, now I just extract them) |
I noticed that on my CI it actually tries to extract with |
I currently use an archive of the structure:
where the
bins
andreads
directory contain64
1024
files each, respectively.It doesn't seem easily possible to extract that
archive.tar.gz
to provide, say,1024/bins/...
etc. in the data directory.To do so, I need to hard-code the steps in the
app_datasources.cmake
app-template/test/cmake/app_datasources.cmake
Line 57 in 90659e3
Maybe there is a more elegant solution?
The text was updated successfully, but these errors were encountered: