aboutsummaryrefslogtreecommitdiff
path: root/puzzle/neo/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 14:16:41 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 14:16:41 +0200
commit77aba570a3a94cdcf78e82dc0ebbff0c3dde41d1 (patch)
tree4bd27c849d168877a6ad66e7e44d930a6ca25a1d /puzzle/neo/makefile
parente22d67e4ac0c03f8e05ae887b62791ce57e8818c (diff)
clean up documentation for puzzle modules
Diffstat (limited to 'puzzle/neo/makefile')
-rw-r--r--puzzle/neo/makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/puzzle/neo/makefile b/puzzle/neo/makefile
index 509d8e3..26e9157 100644
--- a/puzzle/neo/makefile
+++ b/puzzle/neo/makefile
@@ -6,15 +6,3 @@ export SERIAL_PORT ?= /dev/ttyACM0
flash: upload-main;
upload-main: $(TARGET)
-test: test_a test_b;
-
-test_a:
- $(MAKE) -C . clean
- $(MAKE) -E CMFLAGS+=-D\ CMAKE_CXX_FLAGS=-DTEST_A -C .
- $(MAKE) -E SERIAL_PORT=/dev/ttyACM0 -C . flash
-
-test_b:
- $(MAKE) -C . clean
- $(MAKE) -E CMFLAGS+=-D\ CMAKE_CXX_FLAGS=-DTEST_B -C .
- $(MAKE) -E SERIAL_PORT=/dev/ttyACM1 -C . flash
-