Fix testing setup

This commit is contained in:
PentagonLP 2021-06-17 14:23:01 +02:00
parent b35ac62ec3
commit 2b481136f2
2 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@
website = "https://github.com/PentagonLP/ccpt",
newestversion = "1.1",
dependencies = {
testpackage2 = "1.1"
testpackage2 = "1.1",
testpackage3 = "1.0"
},
install = {
url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript",
filename = "testpackage1",
type = "library",
type = "library"
}
}

View File

@ -5,7 +5,7 @@
website = "https://github.com/PentagonLP/ccpt",
newestversion = "1.1",
dependencies = {
testpackage3="1.0"
testpackage3 = "1.0"
},
install = {
url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",