diff options
Diffstat (limited to 'ports/cpputest')
| -rw-r--r-- | ports/cpputest/CONTROL | 4 | ||||
| -rw-r--r-- | ports/cpputest/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/cpputest/CONTROL b/ports/cpputest/CONTROL deleted file mode 100644 index 7d0840829..000000000 --- a/ports/cpputest/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: cpputest
-Version: 2019-9-16-1
-Homepage: https://github.com/cpputest/cpputest
-Description: CppUTest unit testing and mocking framework for C/C++.
\ No newline at end of file diff --git a/ports/cpputest/vcpkg.json b/ports/cpputest/vcpkg.json new file mode 100644 index 000000000..3e5867d70 --- /dev/null +++ b/ports/cpputest/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "cpputest", + "version-string": "2019-9-16", + "port-version": 2, + "description": "CppUTest unit testing and mocking framework for C/C++.", + "homepage": "https://github.com/cpputest/cpputest" +} |
