mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 11:56:24 +00:00
+ execute unit tests explicitly
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -18,3 +18,17 @@ html
|
||||
*.o
|
||||
|
||||
*.Po
|
||||
|
||||
install-sh
|
||||
|
||||
json_unit
|
||||
|
||||
Makefile
|
||||
|
||||
missing
|
||||
|
||||
.dirstamp
|
||||
|
||||
test-driver
|
||||
|
||||
Makefile.in
|
||||
|
||||
@@ -16,7 +16,7 @@ before_script:
|
||||
|
||||
script:
|
||||
- make
|
||||
- make check
|
||||
- ./json_unit
|
||||
|
||||
after_success:
|
||||
- make clean
|
||||
|
||||
Reference in New Issue
Block a user