test_full.sh 590 B

1234567891011
  1. #!/bin/sh
  2. cd ..
  3. python3 parser.py tests/test_keymap_def.json tests/test_keymap.c && \
  4. gcc -g tests/test.c -o tests/test && \
  5. tests/test && \
  6. python3 parser.py ../../../keyboards/butterstick/keymaps/tomas/keymap_def.json ../../../keyboards/butterstick/keymaps/tomas/keymap.c && \
  7. python3 parser.py ../../../keyboards/georgi/keymaps/tomas/keymap_def.json ../../../keyboards/georgi/keymaps/tomas/keymap.c && \
  8. python3 parser.py ../../../keyboards/georgi/keymaps/buttery/keymap_def.json ../../../keyboards/georgi/keymaps/buttery/keymap.c && \
  9. cd ../../../ && \
  10. make butterstick && \
  11. make georgi