Francesco149 / oppai-ng

difficulty and pp calculator for osu!. better, smaller, faster rewrite of https://github.com/Francesco149/oppai
The Unlicense
155 stars 36 forks source link

Update test process #70

Closed MaxKruse closed 3 years ago

MaxKruse commented 3 years ago

This PR will do the following:

gentest.py is the only file needed to create and download all needed files.

It first gets all scores that are required, then downloads, then generates test_suite.c

After this, one can build oppai_test and run it. Should be pretty robust.

MaxKruse commented 3 years ago

download_suite.py fix courtesy by https://github.com/Francesco149/oppai-ng/pull/68#issuecomment-767117520

Francesco149 commented 3 years ago

writing the test suite code to a file is redundant, the intended usage is to pipe the output into a file with whatever shell/terminal emulator you are using. I'll take a look and fix it up