aboutsummaryrefslogtreecommitdiff
path: root/puzzle/neo/makefile
diff options
context:
space:
mode:
authorThomas in 't Anker <83007475+ThomasintAnker@users.noreply.github.com>2024-06-23 19:02:57 +0200
committerGitHub <noreply@github.com>2024-06-23 19:02:57 +0200
commit1bf4d8cd1e0984968a39596cd92619f7e38c4fd7 (patch)
tree5e78960c10505df200f2b1a741acd58e2cbfc84b /puzzle/neo/makefile
parent3314fce1b841cfb41994e62eb8b472adbe06115d (diff)
parent807e1499a683209f7ca310e65a6a268772e0409d (diff)
Merge pull request #27 from lonkaars/wip/docs
Wip/docs
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
-