NOISSUE remove dead unit tests and reorganize CMake code related to unit tests

This commit is contained in:
Petr Mrázek
2016-04-13 01:24:55 +02:00
parent ed3884fd38
commit e8ba5dafc6
15 changed files with 159 additions and 127 deletions

View File

@@ -8,7 +8,7 @@
"Sources": [
{
"SourceType": "http",
"Url": "@MultiMC_TEST_DATA_URL@/fileOneA"
"Url": "@TEST_DATA_URL@/fileOneA"
}
],
"Executable": true,
@@ -20,7 +20,7 @@
"Sources": [
{
"SourceType": "http",
"Url": "@MultiMC_TEST_DATA_URL@/fileTwo"
"Url": "@TEST_DATA_URL@/fileTwo"
}
],
"Executable": false,
@@ -32,7 +32,7 @@
"Sources": [
{
"SourceType": "http",
"Url": "@MultiMC_TEST_DATA_URL@/fileThree"
"Url": "@TEST_DATA_URL@/fileThree"
}
],
"Executable": false,

View File

@@ -8,7 +8,7 @@
"Sources": [
{
"SourceType": "http",
"Url": "@MultiMC_TEST_DATA_URL@/fileOneB"
"Url": "@TEST_DATA_URL@/fileOneB"
}
],
"Executable": true,
@@ -20,7 +20,7 @@
"Sources": [
{
"SourceType": "http",
"Url": "@MultiMC_TEST_DATA_URL@/fileTwo"
"Url": "@TEST_DATA_URL@/fileTwo"
}
],
"Executable": false,

View File

@@ -5,13 +5,13 @@
"id": "develop",
"name": "Develop",
"description": "The channel called \"develop\"",
"url": "@MultiMC_TEST_DATA_URL@"
"url": "@TEST_DATA_URL@"
},
{
"id": "stable",
"name": "Stable",
"description": "It's stable at least",
"url": "@MultiMC_TEST_DATA_URL@"
"url": "@TEST_DATA_URL@"
},
{
"id": "42",