-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWildUnitTesting.autopkg
More file actions
26 lines (25 loc) · 1000 Bytes
/
WildUnitTesting.autopkg
File metadata and controls
26 lines (25 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
nuget {
nuspec {
id = WildUnitTesting;
version : 1.0.1.0;
title: Wild Coast Unit Testing;
authors: {Wild Coast Solutions};
owners: {Wild Coast Solutions};
licenseUrl: "http://www.opensource.org/licenses/mit-license.php";
iconUrl: "http://wildcoast.nz/nuget.png";
requireLicenseAcceptance:false;
summary:@"Simple, header only, no dependency, cross platform unit testing library.";
description: @"Simple, header only, no dependency unit testing library with an emphasis on being clean and easy to use.";
releaseNotes: "";
projectUrl: "https://github.com/WildCoastSolutions/UnitTesting";
copyright: Copyright (c) 2014-2016 Wild Coast Solutions. All rights reserved.;
tags: { unit testing, C++, native, simple, header only, no dependency, cross platform };
};
files {
nestedInclude:
{
#destination = ${d_include}Wild;
"*.h"
};
};
}