diff options
| author | Simon R <simon.ricaldone@circabs.com> | 2018-08-03 03:47:57 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-02 19:47:57 -0700 |
| commit | e22e862b21e32e5b2352aea9def2911ca2e103fa (patch) | |
| tree | 6a2afad4748405222e711137cd2b350363fa0704 /ports/check/CONTROL | |
| parent | a1159ed35405085c82aa061ed44f46f5c42b07f0 (diff) | |
| download | vcpkg-e22e862b21e32e5b2352aea9def2911ca2e103fa.tar.gz vcpkg-e22e862b21e32e5b2352aea9def2911ca2e103fa.zip | |
add libcheck port (#3998)
* add check port
* [check] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets()
Diffstat (limited to 'ports/check/CONTROL')
| -rw-r--r-- | ports/check/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/check/CONTROL b/ports/check/CONTROL new file mode 100644 index 000000000..4627d0422 --- /dev/null +++ b/ports/check/CONTROL @@ -0,0 +1,3 @@ +Source: check
+Version: 0.12.0-1
+Description: A unit testing framework for C
|
