mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Change compilation/test target back to check
(#566)
This commit is contained in:
parent
06b9397c72
commit
05920e363e
@ -25,7 +25,7 @@ After installing the prerequisites, run
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make pytest -j 4
|
||||
make check -j 4
|
||||
|
||||
The last line will both compile and run the tests.
|
||||
|
||||
@ -42,7 +42,7 @@ To compile and run the tests:
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --config Release --target pytest
|
||||
cmake --build . --config Release --target check
|
||||
|
||||
This will create a Visual Studio project, compile and run the target, all from the
|
||||
command line.
|
||||
|
Loading…
Reference in New Issue
Block a user