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", website = "https://github.com/PentagonLP/ccpt",
newestversion = "1.1", newestversion = "1.1",
dependencies = { dependencies = {
testpackage2 = "1.1" testpackage2 = "1.1",
testpackage3 = "1.0" testpackage3 = "1.0"
}, },
install = { install = {
url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript", url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript",
filename = "testpackage1", filename = "testpackage1",
type = "library", type = "library"
} }
} }