Skip to content

Commit

Permalink
🔨 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 14, 2018
1 parent d9446b0 commit 3ac6745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ coverage:
mkdir build_coverage
cd build_coverage ; CXX=g++-5 cmake .. -GNinja -DJSON_Coverage=ON
cd build_coverage ; ninja
cd build_coverage ; ctest
cd build_coverage ; ctest -j10
cd build_coverage ; ninja lcov_html
open build_coverage/test/html/index.html

Expand Down
Empty file modified third_party/amalgamate/amalgamate.py
100644 → 100755
Empty file.

0 comments on commit 3ac6745

Please sign in to comment.