mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
updated test
This commit is contained in:
parent
cdae8a0357
commit
bd76291dd0
2
.github/workflows/amalgamate-ubuntu20.yml
vendored
2
.github/workflows/amalgamate-ubuntu20.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
mkdir build &&
|
||||
mkdir build/fast_float &&
|
||||
python3 ./scripts/amalgamate.py > build/fast_float/fast_float.h &&
|
||||
python3 ./script/amalgamate.py > build/fast_float/fast_float.h &&
|
||||
cp tests/string_test.cpp build/ &&
|
||||
cd build &&
|
||||
g++ string_test.cpp
|
||||
|
||||
@ -143,7 +143,7 @@ target_link_libraries(myprogram PUBLIC fast_float)
|
||||
|
||||
## Using as single header
|
||||
|
||||
The script `scripts/amalgamate.py` may be used to generate a single header
|
||||
The script `script/amalgamate.py` may be used to generate a single header
|
||||
version of the library if so desired.
|
||||
Just run the script from the root directory of this repository.
|
||||
You can customize the license type and output file if desired as described in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user