mirror of
https://github.com/mfocko/blog.git
synced 2025-05-13 23:02:58 +02:00
chore: transfer all KBs to single one
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
d207e870d4
commit
7427475022
159 changed files with 28847 additions and 0 deletions
static/files/pb071/bonuses/10
11
static/files/pb071/bonuses/10/Makefile
Normal file
11
static/files/pb071/bonuses/10/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
check: check-unit check-functional
|
||||
|
||||
check-unit:
|
||||
build/test_hangman
|
||||
|
||||
check-functional:
|
||||
python3 test-bonus.py test hangman
|
||||
python3 test-bonus.py test hangman --no-global-config
|
||||
|
||||
clean:
|
||||
rm -rf test-*/*.out_produced
|
Loading…
Add table
Add a link
Reference in a new issue