Skip to content

Commit

Permalink
debian: Add gcc as autopkgtest dependency
Browse files Browse the repository at this point in the history
The makefile checks whether 'cc' is clang or gcc, even though the
tests don't require either.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed May 24, 2020
1 parent 38558e3 commit a2163ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/tests/control
@@ -1,2 +1,2 @@
Test-Command: make SNEK_NATIVE=/usr/bin/snek SNEK_ARM=/usr/share/snek/snek-arm -C test check
Depends: @, qemu-system-arm
Depends: @, qemu-system-arm, gcc

0 comments on commit a2163ac

Please sign in to comment.