Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit f2d90e6

Browse files
ISSOtmrobbi-blechdose
authored andcommitted
Do not run tests if nocheck is given
1 parent 5361a61 commit f2d90e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
1313
# CMake builds executables in `./build/src/`, but tests expect them at `./`
1414
# Do not run the full test suite, as it pulls non-free codebases to run tests on.
1515
override_dh_auto_test:
16+
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
1617
cp build/src/rgbasm build/src/rgblink build/src/rgbfix build/src/rgbgfx .
1718
cd test/asm && ./test.sh
1819
cd test/link && ./test.sh
20+
endif
1921

2022
execute_before_dh_auto_clean:
2123
rm -f rgbasm rgblink rgbfix rgbgfx

0 commit comments

Comments
 (0)