Remove broken tests

This commit is contained in:
2025-03-11 22:11:43 +02:00
parent 0b0a232f72
commit ef6fcbabb8
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -19,12 +19,6 @@ build() {
make
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
make check
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {